diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-29 20:35:49 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-29 20:35:49 -0400 |
commit | cf37abd3ecb69a9bb6f4bbf1e5ae4d77d37a4c68 (patch) | |
tree | e5ec7b78924f47e800dfa47ffae6b5ba452f82b6 /wram.asm | |
parent | 49bbc993b76ef05d63ce6fa508a1ac2ee81f8241 (diff) |
Remove wKickCounter and wPresentPower aliases for wBattleAnimParam
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -531,10 +531,9 @@ wPlayerDamageTaken:: dw wEnemyDamageTaken:: dw wBattleReward:: ds 3 -wBattleAnimParam:: -wKickCounter:: -wPresentPower:: - db + +wBattleAnimParam:: db + wBattleScriptBuffer:: ds 40 wBattleScriptBufferAddress:: dw |