diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-29 16:04:38 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-29 16:04:38 -0400 |
commit | 1d96a79a370e7fab5bf517ca1f2fd0fa90acbcac (patch) | |
tree | 9cdf4c7e11b4bd439014f94accadcbe037c60584 /engine/battle/effect_commands.asm | |
parent | b5a9e83a94f54c43fedca004fbd7223d6f144fc0 (diff) |
No wCurMove alias for wCurSpecies
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index fa6e40be0..32cc65e35 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -3583,7 +3583,7 @@ UpdateMoveData: ld a, BATTLE_VARS_MOVE call GetBattleVar - ld [wCurMove], a + ld [wCurSpecies], a ld [wNamedObjectIndexBuffer], a dec a |