diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-08-27 14:40:18 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-08-27 14:40:18 +0200 |
commit | a7c294371c6514bd6a9fbfa4d2d4a0bb6b12b3a5 (patch) | |
tree | 9069c88653fa93d4120bb3b12cccd5d7649cb802 /engine/menus | |
parent | 17feb556f252ae1922fe5e2eb8f25da7d5b2eb36 (diff) |
Port splash screen documentation changes from Crystal
Since the splash screen is wildly different, a lot of the docs don't
really apply here.
Diffstat (limited to 'engine/menus')
-rw-r--r-- | engine/menus/intro_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menus/intro_menu.asm b/engine/menus/intro_menu.asm index b00f72fb..784da3cf 100644 --- a/engine/menus/intro_menu.asm +++ b/engine/menus/intro_menu.asm @@ -849,7 +849,7 @@ Intro_PlaceChrisSprite: NUM_TITLESCREENOPTIONS EQU const_value IntroSequence: - callfar Copyright_GameFreakPresents + callfar SplashScreen jr c, StartTitleScreen callfar GoldSilverIntro |