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:
@@ -12,7 +12,7 @@ BattleCommand_Transform:
|
||||
ld [wNumHits], a
|
||||
ld [wFXAnimID + 1], a
|
||||
ld a, $1
|
||||
ld [wKickCounter], a
|
||||
ld [wBattleAnimParam], a
|
||||
ld a, BATTLE_VARS_SUBSTATUS4
|
||||
call GetBattleVarAddr
|
||||
bit SUBSTATUS_SUBSTITUTE, [hl]
|
||||
@@ -130,7 +130,7 @@ BattleCommand_Transform:
|
||||
ld [wNumHits], a
|
||||
ld [wFXAnimID + 1], a
|
||||
ld a, $2
|
||||
ld [wKickCounter], a
|
||||
ld [wBattleAnimParam], a
|
||||
pop af
|
||||
ld a, SUBSTITUTE
|
||||
call nz, LoadAnim
|
||||
|
||||
Reference in New Issue
Block a user