diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-15 23:04:46 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-15 23:04:46 +0200 |
commit | e2f5e7344593c980b1fbce0a67ab4d57ff76fcd7 (patch) | |
tree | 363b5e65f9cba1ee97e16df4fd21cd2f8737ca37 /include/battle_message.h | |
parent | a54fa23b5f30b0c6cc24f211137b3f6c892b3cd5 (diff) |
More battle dome
Diffstat (limited to 'include/battle_message.h')
-rw-r--r-- | include/battle_message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_message.h b/include/battle_message.h index 147bfa501..c68607246 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -224,6 +224,7 @@ 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[]; extern const u8 gText_CongratsPkmnEvolved[]; |