summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-09-21 19:38:04 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-09-21 19:38:04 +0200
commit6ca10ce0a94bd705080425f0cc9ba0efebc476e8 (patch)
treeec35c55c4d132ebb0ca8d368f4f73d49904caaa8 /src/engine
parent89e3b966a0dd1ff78757c0b4056cb0b1b1c8c898 (diff)
Forgot a constant
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