From 6ca10ce0a94bd705080425f0cc9ba0efebc476e8 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Fri, 21 Sep 2018 19:38:04 +0200 Subject: Forgot a constant --- src/engine/bank01.asm | 4 ++-- 1 file 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 -- cgit v1.2.3