diff options
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 0d7a7f489..3f9b38cad 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -215,6 +215,7 @@ extern u8 gBattleTextBuff1[TEXT_BUFF_ARRAY_COUNT]; extern u8 gBattleTextBuff2[TEXT_BUFF_ARRAY_COUNT]; extern u8 gBattleTextBuff3[TEXT_BUFF_ARRAY_COUNT]; +extern const u8* const gBattleStringsTable[]; extern const u8* const gStatNamesTable[]; extern const u8* const gPokeblockWasTooXStringTable[]; extern const u8* const gRefereeStringsTable[]; |