summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-29 16:04:38 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-29 16:04:38 -0400
commit1d96a79a370e7fab5bf517ca1f2fd0fa90acbcac (patch)
tree9cdf4c7e11b4bd439014f94accadcbe037c60584 /engine/battle/effect_commands.asm
parentb5a9e83a94f54c43fedca004fbd7223d6f144fc0 (diff)
No wCurMove alias for wCurSpecies
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r--engine/battle/effect_commands.asm2
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