summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/sketch.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/sketch.asm')
-rw-r--r--engine/battle/move_effects/sketch.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/move_effects/sketch.asm b/engine/battle/move_effects/sketch.asm
index a5b0d1c03..2d9705106 100644
--- a/engine/battle/move_effects/sketch.asm
+++ b/engine/battle/move_effects/sketch.asm
@@ -27,7 +27,7 @@ BattleCommand_Sketch:
ld e, l
; Get the battle move structs.
ld hl, wBattleMonMoves
- ld a, [hBattleTurn]
+ ldh a, [hBattleTurn]
and a
jr z, .get_last_move
ld hl, wEnemyMonMoves
@@ -74,7 +74,7 @@ BattleCommand_Sketch:
ld [hl], a
pop bc
- ld a, [hBattleTurn]
+ ldh a, [hBattleTurn]
and a
jr z, .user_trainer
ld a, [wBattleMode]