Remove wKickCounter and wPresentPower aliases for wBattleAnimParam

This commit is contained in:
Rangi
2020-08-29 20:35:49 -04:00
parent 49bbc993b7
commit cf37abd3ec
14 changed files with 39 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
BattleCommand_TripleKick:
; triplekick
ld a, [wKickCounter]
ld a, [wBattleAnimParam]
ld b, a
inc b
ld hl, wCurDamage + 1
@@ -29,6 +29,6 @@ BattleCommand_TripleKick:
BattleCommand_KickCounter:
; kickcounter
ld hl, wKickCounter
ld hl, wBattleAnimParam
inc [hl]
ret