From d424eb44385c8f9e02d982b715a658e395e56c4b Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 31 May 2014 00:39:09 -0700 Subject: Use rgbasm -h to use halt without nops. --- home.asm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'home.asm') diff --git a/home.asm b/home.asm index 11879c3e..dd2433ad 100644 --- a/home.asm +++ b/home.asm @@ -1861,10 +1861,7 @@ NOT_VBLANKED EQU 1 ld a, NOT_VBLANKED ld [H_VBLANKOCCURRED], a .halt - ; XXX this is a hack--rgbasm adds - ; a nop after halts by default. - db $76 ; halt - + halt ld a, [H_VBLANKOCCURRED] and a jr nz, .halt -- cgit v1.3.1-sl0p