diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/movie/intro.asm (renamed from engine/movie/crystal_intro.asm) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/movie/crystal_intro.asm b/engine/movie/intro.asm index 9fbd67078..0a88f8ab7 100644 --- a/engine/movie/crystal_intro.asm +++ b/engine/movie/intro.asm @@ -1,4 +1,7 @@ Copyright_GFPresents: +; Play the copyright screen and GameFreak Presents sequence. +; Return carry if user cancels animation by pressing a button. + ld de, MUSIC_NONE call PlayMusic call ClearBGPalettes |