diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 19:41:03 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 22:00:36 -0500 |
commit | cd2a7481283beec7ba37451deeb841ebc37073ba (patch) | |
tree | 00026b5962503f36101d5f73fa62d2f532b4bcc7 /battle/effects/transform.asm | |
parent | 880fb511e19eb6aa413af1519731074c7ec8d852 (diff) |
More WRAM cleanup
Diffstat (limited to 'battle/effects/transform.asm')
-rwxr-xr-x | battle/effects/transform.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/transform.asm b/battle/effects/transform.asm index eb80aea8a..65c3f3e60 100755 --- a/battle/effects/transform.asm +++ b/battle/effects/transform.asm @@ -11,7 +11,7 @@ BattleCommand_Transform: ; 371cd jp nz, BattleEffect_ButItFailed xor a ld [wNumHits], a - ld [FXAnimIDHi], a + ld [FXAnimID + 1], a ld a, $1 ld [wKickCounter], a ld a, BATTLE_VARS_SUBSTATUS4 @@ -129,7 +129,7 @@ BattleCommand_Transform: ; 371cd .after_anim xor a ld [wNumHits], a - ld [FXAnimIDHi], a + ld [FXAnimID + 1], a ld a, $2 ld [wKickCounter], a pop af |