diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/init.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/init.asm b/home/init.asm index bef73b7e..fc426e29 100644 --- a/home/init.asm +++ b/home/init.asm @@ -98,7 +98,11 @@ Init:: dec a ld [wUpdateSpritesEnabled], a +; FASTBOOT: skip the GameFreak/Pikachu intro if a save file exists + farcall CheckForPlayerNameInSRAM + jr c, .fastbootSkipIntro predef PlayIntro +.fastbootSkipIntro call DisableLCD call ClearVram |
