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, 2 insertions, 2 deletions
diff --git a/engine/title.asm b/engine/title.asm
index 432c9c1..a8ea9b9 100644
--- a/engine/title.asm
+++ b/engine/title.asm
@@ -1,5 +1,5 @@
INCLUDE "constants.asm"
-INCLUDE "vram.asm"
+; INCLUDE "vram.asm"
SECTION "Title screen", ROMX[$5D8C], BANK[$01]
@@ -30,7 +30,7 @@ TitleSequenceStart::
ld a, $01
ldh [hBGMapMode], a
call ClearTileMap
- call ResetPalette
+ call UpdateTimePals
ld a, [wJumptableIndex + 1]
ld e, a