diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-19 14:48:30 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-19 14:48:30 -0500 |
commit | 987ed1fafb2ed4920276089f8c93f1be3f31acac (patch) | |
tree | ee142b65e7a3a03514325258d5f3c7e9a40bd084 /battle/effect_commands.asm | |
parent | 3d36f1a83711f117274c56f3ddb285d81a869bb3 (diff) |
More work on slots; WRAM cleanup, Move Deleter
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 3e66c446a..e732389cc 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -912,7 +912,7 @@ BattleCommand_CheckObedience: ; 343db ld a, 1 ld [AlreadyDisobeyed], a - ld a, [wcfa3] + ld a, [w2DMenuNumRows] ld b, a ; Save the move we originally picked for afterward. |