diff options
Diffstat (limited to 'engine/movie')
| -rw-r--r-- | engine/movie/intro.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/movie/intro.asm b/engine/movie/intro.asm index 1381d396..7580063c 100644 --- a/engine/movie/intro.asm +++ b/engine/movie/intro.asm @@ -6,6 +6,9 @@ DEF ANIMATION_END EQU 80 PlayIntro: +; FASTBOOT: skip the intro entirely if a save file exists + farcall CheckForPlayerNameInSRAM + ret c xor a ldh [hJoyHeld], a inc a |
