diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-05 19:23:26 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-09 06:27:03 -0400 |
commit | fe03203e22fc252eeb962a04d8f7235fd3792a2c (patch) | |
tree | 11f2c1f4fbfbc25fbabf904cbbddae55adf61675 /main.asm | |
parent | 74f86d7501ad76ec51081c6aca93001968b689a1 (diff) |
Preliminary commit that builds.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -344,15 +344,7 @@ ENDC INCLUDE "engine/menus/options_menu.asm" INCLUDE "engine/movie/gamefreak_presents.asm" - -IF DEF(_GOLD) -GoldSilverIntro:: - dr $e4cb1, $e7678 - -ELIF DEF(_SILVER) -GoldSilverIntro:: - dr $e4af9, $e74c0 -ENDC +INCLUDE "engine/movie/gs_intro.asm" SECTION "bank3E", ROMX |