summaryrefslogtreecommitdiff
path: root/engine/title.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/title.asm')
-rw-r--r--engine/title.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/title.asm b/engine/title.asm
index 2ddaa44..961b83b 100644
--- a/engine/title.asm
+++ b/engine/title.asm
@@ -6,7 +6,11 @@ IntroSequence:: ; 5d8c
; TODO
+if DEBUG
SECTION "Title screen TEMPORARY", ROMX[$62A5],BANK[1] ; TODO: merge this with the main section above
+else
+SECTION "Title screen TEMPORARY", ROMX[$62A2],BANK[1] ; TODO: merge this with the main section above
+endc
GameInit:: ; 62a5
call ClearWindowData