diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-09-21 19:38:04 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-09-21 19:38:04 +0200 |
commit | 6ca10ce0a94bd705080425f0cc9ba0efebc476e8 (patch) | |
tree | ec35c55c4d132ebb0ca8d368f4f73d49904caaa8 /src/engine | |
parent | 89e3b966a0dd1ff78757c0b4056cb0b1b1c8c898 (diff) |
Forgot a constant
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/bank01.asm | 4 |
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 |