summaryrefslogtreecommitdiff
path: root/engine/intro_menu.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-02 20:37:00 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-02 20:37:00 -0500
commit2f14f3a669afd51ab98d9f2dea5857e5b548a8d7 (patch)
treedd4edfb405ed7dab47985def6e052a55c13ce74a /engine/intro_menu.asm
parent2cdca754410fc97878b99a673eeaa9cfad49ed9e (diff)
No more autogen functions in engine/crystal_intro.asm
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