diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-27 12:25:34 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-28 09:54:57 -0400 |
commit | 407b813250a768a85c619e06c3f1f010575f31c4 (patch) | |
tree | def1d8af1fed5e81c611a08b724cef8429db3ea9 /main.asm | |
parent | 48da6c53be768e85b8ba47430e2fc0f3dd4de61e (diff) |
Separate splash screen, intro, and credits (like pokegold/pokecrystal)
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ INCLUDE "gfx/version.asm" SECTION "bank1C", ROMX -INCLUDE "engine/movie/gamefreak.asm" +INCLUDE "engine/movie/splash.asm" INCLUDE "engine/movie/hall_of_fame.asm" INCLUDE "engine/overworld/healing_machine.asm" INCLUDE "engine/overworld/player_animations.asm" |