diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-07-20 17:09:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 17:09:02 -0400 |
commit | 27ac0109220dcae4bc7d72640429d86a1775263f (patch) | |
tree | ebe59d8dc7a12fea83ef65b52fd767c8878e3358 /include/battle_scripts.h | |
parent | 1cf2470aac038fce48a5777e36b00554af90d910 (diff) | |
parent | 28759f85693f5ad57f5bd2f391d05b43948409b7 (diff) |
Merge pull request #1 from pret/master
Upstream
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 75abaae3c..706d41097 100644 --- a/include/battle_scripts.h +++ b/include/battle_scripts.h @@ -205,7 +205,7 @@ extern const u8 BattleScript_BerryStatRaiseEnd2[]; extern const u8 BattleScript_BerryFocusEnergyEnd2[]; extern const u8 BattleScript_ActionSelectionItemsCantBeUsed[]; extern const u8 BattleScript_ArenaTurnBeginning[]; -extern const u8 BattleScript_82DB881[]; +extern const u8 BattleScript_PalacePrintFlavorText[]; extern const u8 BattleScript_ArenaDoJudgment[]; extern const u8 BattleScript_82DAA0B[]; extern const u8 BattleScript_AskIfWantsToForfeitMatch[]; |