blob: cd4e1944670a5db60d4e8f4e1b027cf1945a94ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
IntroSequence:: ; 5d8c
; TODO
SECTION "Title screen TEMPORARY", ROMX[$62A5],BANK[1] ; TODO: merge this with the main section above
GameInit:: ; 62a5
call ClearWindowData
ld a, $23
ld [wce5f], a
jp IntroSequence
|