This commit is contained in:
Randy Thiemann 2023-10-26 10:47:47 +02:00
parent 29daa6e90e
commit dc177aa834
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -120,7 +120,7 @@ Main::
; Set up the interrupt handlers. ; Set up the interrupt handlers.
ld a, [wInitialA] ld a, [wInitialA]
cp a, $11 cp a, $11
jr nz, :+ jr z, :+
wait_vblank wait_vblank
: call InitializeLCDCInterrupt : call InitializeLCDCInterrupt