summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.asm b/main.asm
index 2b8a67311..18d94ab21 100644
--- a/main.asm
+++ b/main.asm
@@ -14172,7 +14172,7 @@ Function620b: ; 620b
push af
ld a, $5
ld [rSVBK], a
- call FarStartTitleScreen
+ call TitleScreen
call DelayFrame
.asm_6226
call Function627b
@@ -14221,8 +14221,8 @@ Function620b: ; 620b
; 6274
-FarStartTitleScreen: ; 6274
- callba StartTitleScreen
+TitleScreen: ; 6274
+ callba _TitleScreen
ret
; 627b
@@ -69682,7 +69682,7 @@ SECTION "bank43",ROMX,BANK[$43]
INCBIN "baserom.gbc", $10c000, $10ed67 - $10c000
-StartTitleScreen: ; 10ed67
+_TitleScreen: ; 10ed67
call WhiteBGMap
call ClearSprites