summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/bank01.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/bank01.asm b/src/engine/bank01.asm
index c612498..1fca015 100644
--- a/src/engine/bank01.asm
+++ b/src/engine/bank01.asm
@@ -331,9 +331,9 @@ HandleTurn: ; 4225 (1:4225)
; fallthrough
; when a practice duel turn needs to be restarted because the player did not
-; follow the instructions correctly, the game jumps here
+; follow the instructions correctly, the game loops back here
RestartPracticeDuelTurn: ; 4268 (1:4268)
- ld a, $06
+ ld a, PRACTICEDUEL_PRINT_TURN_INSTRUCTIONS
call DoPracticeDuelAction
; fallthrough