summaryrefslogtreecommitdiff
path: root/include/battle_message.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-02 02:27:12 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-04-03 11:49:06 -0400
commit9ea9ffde09c9f3ca1772045935b3b0bd858232a0 (patch)
treed4af51f0ee17fcc2bd51cc19fd62f5524a526ef9 /include/battle_message.h
parenta836bd1085c64f34d58584cb0e510d9af72a586c (diff)
Add remaining multistring chooser constants
Diffstat (limited to 'include/battle_message.h')
-rw-r--r--include/battle_message.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/battle_message.h b/include/battle_message.h
index 011a1cb0c..da3009d63 100644
--- a/include/battle_message.h
+++ b/include/battle_message.h
@@ -223,7 +223,6 @@ extern const u8* const gBattleStringsTable[];
extern const u8* const gStatNamesTable[];
extern const u8* const gPokeblockWasTooXStringTable[];
extern const u8* const gRefereeStringsTable[];
-extern const u8* const gStatNamesTable2[];
extern const u8 *const gRoundsStringTable[];
extern const u8 gText_PkmnIsEvolving[];
@@ -269,7 +268,7 @@ extern const u8 gText_Win[];
extern const u8 gText_Loss[];
extern const u8 gText_Draw[];
extern const u8 gText_StatRose[];
-extern const u8 gText_PkmnsStatChanged2[];
+extern const u8 gText_DefendersStatRose[];
extern const u8 gText_PkmnGettingPumped[];
extern const u8 gText_PkmnShroudedInMist[];
extern const u8 gText_PkmnsXPreventsSwitching[];