summaryrefslogtreecommitdiff
path: root/engine/intro_menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/intro_menu.asm')
-rwxr-xr-xengine/intro_menu.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/intro_menu.asm b/engine/intro_menu.asm
index e208abfc4..9423b13c1 100755
--- a/engine/intro_menu.asm
+++ b/engine/intro_menu.asm
@@ -1010,8 +1010,8 @@ Intro_PlacePlayerSprite: ; 61cd
; 620b
-Function620b: ; 620b
- callab Functione4579
+CrystalIntroSequence: ; 620b
+ callab Copyright_GFPresents
jr c, StartTitleScreen
callba CrystalIntro
@@ -1068,8 +1068,8 @@ endr
.jumptable
dw _MainMenu
dw Function6389
- dw Function620b
- dw Function620b
+ dw CrystalIntroSequence
+ dw CrystalIntroSequence
dw ResetClock
; 6274
@@ -1423,5 +1423,5 @@ GameInit:: ; 642e
ld a, $90
ld [hWY], a
call WaitBGMap
- jp Function620b
+ jp CrystalIntroSequence
; 6454