diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-03-27 12:47:28 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-03-27 12:47:28 -0400 |
commit | 93e12d200300c7320640922fe6bcebe64f942eda (patch) | |
tree | 21868005ec792f7c60b70c4482bde8adc0dea636 /battle/effect_commands.asm | |
parent | 2650bcffad179be1a874bfaadccb0bb554d28096 (diff) |
Split up banks 1-3 of main.asm
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index b4b28d986..e83cf2f2e 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -7873,7 +7873,7 @@ BattleCommand_Substitute: ; 36e7c ld [hl], a ld [de], a call _CheckBattleScene - jr c, .mobile + jr c, .no_anim xor a ld [wNumHits], a @@ -7883,7 +7883,7 @@ BattleCommand_Substitute: ; 36e7c call LoadAnim jr .finish -.mobile +.no_anim call BattleCommand_RaiseSubNoAnim .finish ld hl, MadeSubstituteText |