mirror of https://github.com/pret/pokecrystal.git
crystal_intro.asm -> intro.asm
This commit is contained in:
parent
b9f2b93c17
commit
2354c41a96
|
@ -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
|
Loading…
Reference in New Issue