diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-11 17:35:01 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-11 17:35:01 +0100 |
commit | fd17ca59b0f5eaa3231628f7b9da66e77dfb8bd9 (patch) | |
tree | 75408f976619fb24ee60a5cf2b7812c27444c34e /include/battle_message.h | |
parent | 084ba7a7a47af9744acd7d9bdf7abffb10fba87d (diff) |
more pokemon work
Diffstat (limited to 'include/battle_message.h')
-rw-r--r-- | include/battle_message.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/battle_message.h b/include/battle_message.h index 30ddca469..a68ad1551 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -229,6 +229,14 @@ extern const u8* const gPokeblockWasTooXStringTable[]; extern const u8* const gRefereeStringsTable[]; extern const u8* const gStatNamesTable2[]; +extern const u8 gText_BadEgg[]; +extern const u8 gText_StatRose[]; +extern const u8 gText_PkmnsStatChanged2[]; +extern const u8 gText_PkmnGettingPumped[]; +extern const u8 gText_PkmnShroudedInMist[]; +extern const u8 gText_BattleWallyName[]; +extern const u8 gText_PkmnsXPreventsSwitching[]; + extern const u16 gMissStringIds[]; extern const u16 gTrappingMoves[]; |