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 | |
parent | 7940f121f66bb0ebe0932bc642c3d9b4015f79a7 (diff) |
Label remaining battle_interface symbols
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/battle.h | 3 | ||||
-rw-r--r-- | include/strings.h | 4 |
2 files changed, 7 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 diff --git a/include/strings.h b/include/strings.h index 7317f8aac..845e96a8c 100644 --- a/include/strings.h +++ b/include/strings.h @@ -611,6 +611,10 @@ extern const u8 gText_PlayersBattleResults[]; extern const u8 gText_WinLoseDraw[]; extern const u8 gText_ColorTransparent[]; extern const u8 gText_Slash[]; +extern const u8 gText_HealthboxNickname[]; +extern const u8 gText_HealthboxGender_None[]; +extern const u8 gText_HealthboxGender_Male[]; +extern const u8 gText_HealthboxGender_Female[]; extern const u8 gText_99TimesPlus[]; extern const u8 gText_1MinutePlus[]; |