summaryrefslogtreecommitdiff
path: root/engine/title.asm
blob: 9df68ed9ee89ed49c0ab2e045c897c648c5aa751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION "Title screen", ROMX[$5D8C],BANK[1]

IntroSequence:: ; 5d8c
    ; TODO


SECTION "Title screen TEMPORARY", ROMX[$62A5],BANK[1] ; TODO: merge this with the section above

GameInit:: ; 62a5
    call ClearWindowData
    ld a, $23
    ld [wce5f], a
    jp IntroSequence