Remove wKickCounter and wPresentPower aliases for wBattleAnimParam
This commit is contained in:
@@ -52,11 +52,11 @@ BattleCommand_SleepTalk:
|
||||
ld [hl], a
|
||||
call CheckUserIsCharging
|
||||
jr nz, .charging
|
||||
ld a, [wKickCounter]
|
||||
ld a, [wBattleAnimParam]
|
||||
push af
|
||||
call BattleCommand_LowerSub
|
||||
pop af
|
||||
ld [wKickCounter], a
|
||||
ld [wBattleAnimParam], a
|
||||
.charging
|
||||
call LoadMoveAnim
|
||||
call UpdateMoveData
|
||||
|
Reference in New Issue
Block a user