diff --git a/Code/main.asm b/Code/main.asm index 0418edb..e074405 100644 --- a/Code/main.asm +++ b/Code/main.asm @@ -446,9 +446,7 @@ LCDStatInterruptHandler: ; check there are tiles to render ldh a, [LinesLeft] - ld b, a - ldh a, [TilesLeft] - or b + or a jr z, .exit push de