Merge pull request #1549 from GriffinRichards/doc-binterface

Document remaining symbols in battle_interface, palette, and save
This commit is contained in:
GriffinR
2021-11-13 23:19:08 -05:00
committed by GitHub
26 changed files with 723 additions and 640 deletions

View File

@@ -358,4 +358,7 @@
// Flag for BattlePutTextOnWindow. Never set
#define B_WIN_COPYTOVRAM (1 << 7)
// Indicator for the party summary bar to display an empty slot.
#define HP_EMPTY_SLOT 0xFFFF
#endif // GUARD_CONSTANTS_BATTLE_H