diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-06 11:41:47 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-08 16:03:44 -0500 |
commit | 684f599a4420c65635aa5e764ae06c2147968dfe (patch) | |
tree | f70c28894f750406a616fb0cda9eda27cca24b5d /include/constants | |
parent | 7940f121f66bb0ebe0932bc642c3d9b4015f79a7 (diff) |
Label remaining battle_interface symbols
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index 2534ade4b..d87a800e2 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -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 |