diff --git a/bin/DMGTRIS.GBC b/bin/DMGTRIS.GBC index 75302f9..20e6959 100644 Binary files a/bin/DMGTRIS.GBC and b/bin/DMGTRIS.GBC differ diff --git a/bin/DMGTRIS.pocket b/bin/DMGTRIS.pocket index f64430b..53e5ad9 100644 Binary files a/bin/DMGTRIS.pocket and b/bin/DMGTRIS.pocket differ diff --git a/src/main.asm b/src/main.asm index ebea097..b27346e 100644 --- a/src/main.asm +++ b/src/main.asm @@ -120,7 +120,7 @@ Main:: ; Set up the interrupt handlers. ld a, [wInitialA] cp a, $11 - jr nz, :+ + jr z, :+ wait_vblank : call InitializeLCDCInterrupt