diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-03-05 10:41:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 10:41:30 -0600 |
commit | 842e3c8b424054319cce899f07352bd5f521c156 (patch) | |
tree | d09bad90104905f20b3adfe797d8cd09c024265e /include/battle_scripts.h | |
parent | fd4a0c499d7884bbde09664e947f7f5772867cf2 (diff) | |
parent | b150091436a97178675f40bfccf737a08f215ad8 (diff) |
Merge pull request #605 from DizzyEggg/rename
Rename an erroneously named battlescript
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 5f314401a..cac3a7652 100644 --- a/include/battle_scripts.h +++ b/include/battle_scripts.h @@ -115,7 +115,7 @@ extern const u8 BattleScript_PrintPayDayMoneyString[]; extern const u8 BattleScript_WrapTurnDmg[]; extern const u8 BattleScript_WrapEnds[]; extern const u8 BattleScript_MoveUsedIsInLove[]; -extern const u8 BattleScript_MoveUsedIsParalyzedCantAttack[]; +extern const u8 BattleScript_MoveUsedIsInLoveCantAttack[]; extern const u8 BattleScript_NightmareTurnDmg[]; extern const u8 BattleScript_CurseTurnDmg[]; extern const u8 BattleScript_TargetPRLZHeal[]; |