You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove wKickCounter and wPresentPower aliases for wBattleAnimParam
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user