diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-01 22:03:21 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-01 22:03:21 +0200 |
commit | e28ce3be7886eb38a29f1839a762598c8dfaec19 (patch) | |
tree | c135f1bec9fee34c4db04fbd214d9afcf65c4357 /include/battle_scripts.h | |
parent | 5c7ca813e75e6b87f1dc41e96aa55ebbbbc9e844 (diff) |
Fix the strings length issue
Diffstat (limited to 'include/battle_scripts.h')
-rw-r--r-- | include/battle_scripts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_scripts.h b/include/battle_scripts.h index a52d256fc..9c4537363 100644 --- a/include/battle_scripts.h +++ b/include/battle_scripts.h @@ -207,6 +207,7 @@ extern const u8 BattleScript_ActionSelectionItemsCantBeUsed[]; extern const u8 BattleScript_ArenaTurnBeginning[]; extern const u8 BattleScript_82DB881[]; extern const u8 BattleScript_82DB8F3[]; +extern const u8 BattleScript_82DAA0B[]; extern const u8 BattleScript_AskIfWantsToForfeitMatch[]; extern const u8 BattleScript_PrintPlayerForfeited[]; extern const u8 BattleScript_PrintPlayerForfeitedLinkBattle[]; |