disabled nintendo rocketing out logo, changed default map to one that ressembles nintendo's logo

This commit is contained in:
2019-01-10 13:28:55 +01:00
parent c4130a415f
commit 67e3cca867
2 changed files with 37 additions and 18 deletions

View File

@@ -88,16 +88,16 @@ Start:
xor a
ldh [rIF], a
IF !DEF(DIRECT_TO_GAME)
; skip if running on GBC or GBA
ld a, b
cp a, $11
jr z, .skip
call ScrollNintendoOut
.skip
ENDC
;IF !DEF(DIRECT_TO_GAME)
; ; skip if running on GBC or GBA
; ld a, b
; cp a, $11
; jr z, .skip
;
; call ScrollNintendoOut
;
;.skip
;ENDC
; disable screen
halt