Browse Source

fixed the fail condition

pull/1/head 0.5.1
Alexander Kramer 2 years ago
parent
commit
0ea6d5059d
Signed by: alex
GPG Key ID: E51332D1715AACFD
  1. 2
      inc/wincondition.asm
  2. BIN
      wordle.gb

2
inc/wincondition.asm

@ -30,7 +30,7 @@ check_guess:
.test_lose: .test_lose:
ld a, [current_guess] ld a, [current_guess]
cp a, 6 cp a, 5
jp nz, .reset jp nz, .reset
call init_state_lost call init_state_lost
jp .return jp .return

BIN
wordle.gb

Binary file not shown.
Loading…
Cancel
Save