removed (r) from automata'd nintendo logo since its not in the one in bootrom, added compilation flag to skip intro
This commit is contained in:
@@ -93,8 +93,13 @@ Start:
|
||||
ld bc, BackgroundTilesEnd - BackgroundTiles
|
||||
call VideoMemoryCopy
|
||||
|
||||
IF !DEF(SKIP_INTRO)
|
||||
HaltAndClearInterrupts
|
||||
call Intro
|
||||
ELSE
|
||||
ld a, LCDCF_ON
|
||||
ldh [rLCDC], a
|
||||
ENDC
|
||||
|
||||
; copy sprite tiles
|
||||
HaltAndClearInterrupts
|
||||
|
||||
Reference in New Issue
Block a user