diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-12 14:05:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-12 14:05:40 -0600 |
commit | f639c7c309bbd32fc60278eafa726db5c0c49914 (patch) | |
tree | cca355371fd2cdd9d9b6fd86c266a500837123a8 /include/battle_scripts.h | |
parent | 54ad6794bce3ee534aa78a8c6e7f32715cd8f6a9 (diff) | |
parent | b5ea69cf74e24ab2b09572b3324ac4b3bbd8818a (diff) |
Merge pull request #380 from DizzyEggg/frontier_2
More battle frontier
Diffstat (limited to 'include/battle_scripts.h')
-rw-r--r-- | include/battle_scripts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_scripts.h b/include/battle_scripts.h index 9c4537363..a23fa6948 100644 --- a/include/battle_scripts.h +++ b/include/battle_scripts.h @@ -206,7 +206,7 @@ extern const u8 BattleScript_BerryFocusEnergyEnd2[]; extern const u8 BattleScript_ActionSelectionItemsCantBeUsed[]; extern const u8 BattleScript_ArenaTurnBeginning[]; extern const u8 BattleScript_82DB881[]; -extern const u8 BattleScript_82DB8F3[]; +extern const u8 BattleScript_ArenaDoJudgment[]; extern const u8 BattleScript_82DAA0B[]; extern const u8 BattleScript_AskIfWantsToForfeitMatch[]; extern const u8 BattleScript_PrintPlayerForfeited[]; |