diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-16 20:12:12 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-07-18 18:10:15 -0400 |
commit | aba42513d3a33cec1d8e6cd199b07317b2eece87 (patch) | |
tree | c2b84688631f2b659f5fcf1a3f19b61c7e63f144 /src/battle_message.c | |
parent | 0c4f3b269ecc69ccd30f5529f120c9150d7798e8 (diff) |
Clean up some battle scr cmd data
Diffstat (limited to 'src/battle_message.c')
-rw-r--r-- | src/battle_message.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/battle_message.c b/src/battle_message.c index 3ffebda97..2a0ba4ded 100644 --- a/src/battle_message.c +++ b/src/battle_message.c @@ -1267,10 +1267,12 @@ static const u8 sText_PkmnGettingIntoPosition[] = _("{B_SCR_ACTIVE_NAME_WITH_PRE static const u8 sText_PkmnBeganGrowlingDeeply[] = _("{B_SCR_ACTIVE_NAME_WITH_PREFIX} began growling deeply!"); static const u8 sText_PkmnEagerForMore[] = _("{B_SCR_ACTIVE_NAME_WITH_PREFIX} is eager for more!"); -const u16 gStringIds_85CCF0A[] = +const u16 gBattlePalaceFlavorTextTable[] = { - STRINGID_GLINTAPPEARSINEYE, STRINGID_PKMNGETTINGINTOPOSITION, - STRINGID_PKMNBEGANGROWLINGDEEPLY, STRINGID_PKMNEAGERFORMORE + STRINGID_GLINTAPPEARSINEYE, + STRINGID_PKMNGETTINGINTOPOSITION, + STRINGID_PKMNBEGANGROWLINGDEEPLY, + STRINGID_PKMNEAGERFORMORE }; static const u8 sText_RefIfNothingIsDecided[] = _("REFEREE: If nothing is decided in\n3 turns, we will go to judging!"); |