diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 17:40:38 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-03 09:31:47 -0600 |
commit | 4ea5e85bed767a8cffea1fdcfac8669dff06c632 (patch) | |
tree | 3f861b43c1f4ee19aee91f8cb4fb3d7654b0e4be /data | |
parent | e03595a10d05e6c860fe051976dd19096ba7e18b (diff) |
Fix typos
This is an updated version of #554, since it hasn't been updated in two
weeks.
Diffstat (limited to 'data')
-rw-r--r-- | data/battle_scripts_1.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/battle_scripts_1.s b/data/battle_scripts_1.s index 8ddf56ef8..0159a3f73 100644 --- a/data/battle_scripts_1.s +++ b/data/battle_scripts_1.s @@ -2538,7 +2538,7 @@ BattleScript_EffectImprison:: attackcanceler attackstring ppreduce - tryimprision BattleScript_ButItFailed + tryimprison BattleScript_ButItFailed attackanimation waitanimation printstring STRINGID_PKMNSEALEDOPPONENTMOVE @@ -3684,11 +3684,11 @@ BattleScript_MoveUsedIsImprisoned:: waitmessage 0x40 goto BattleScript_MoveEnd -BattleScript_SelectingImprisionedMove:: +BattleScript_SelectingImprisonedMove:: printselectionstring STRINGID_PKMNCANTUSEMOVESEALED endselectionscript -BattleScript_SelectingImprisionedMoveInPalace:: +BattleScript_SelectingImprisonedMoveInPalace:: printstring STRINGID_PKMNCANTUSEMOVESEALED goto BattleScript_SelectingUnusableMoveInPalace |