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:
2019-01-11 00:20:47 +01:00
parent 88956f2779
commit 0859eef060
2 changed files with 6 additions and 1 deletions

View File

@@ -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