diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-11 22:13:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-11 22:13:15 -0600 |
commit | a4787bc06a323071d32d3e0705e9cd39d9221452 (patch) | |
tree | 2d28f4c71469281f6c1edbeb14205551642b25bd /include/battle_message.h | |
parent | 98860220e9317a86b9171677086c9dc7cbeaf0f0 (diff) | |
parent | 1bb05809d21fc86017e49e722e9d22a2f0c111fc (diff) |
Merge pull request #207 from DizzyEggg/decompile_pokemon_123
Decompile and clean pokemon files
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[]; |