diff --git a/Makefile b/Makefile index d1d80e315..6fb017695 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ maps_crystal.o \ engine/events.o \ engine/scripting_crystal.o \ engine/events_2.o \ +engine/credits_crystal.o \ stats/egg_moves_crystal.o \ stats/evos_attacks_crystal.o \ stats/pokedex/entries_crystal.o diff --git a/contents.asm b/contents.asm index 6b85c75df..ce100995f 100644 --- a/contents.asm +++ b/contents.asm @@ -26,6 +26,11 @@ POKEDEX_ENTRIES_4 EQU $74 EVENTS EQU $25 +; engine/credits.o + +CREDITS EQU $42 + + ; maps.o MAP_HEADERS EQU $25 diff --git a/engine/credits_crystal.asm b/engine/credits_crystal.asm new file mode 100644 index 000000000..76dc86319 --- /dev/null +++ b/engine/credits_crystal.asm @@ -0,0 +1,6 @@ +INCLUDE "pokecrystal.asm" +INCLUDE "includes.asm" + +SECTION "Credits", ROMX, BANK[CREDITS] +INCLUDE "engine/credits.asm" + diff --git a/main.asm b/main.asm index fdb0dbc45..9f1828517 100644 --- a/main.asm +++ b/main.asm @@ -113274,10 +113274,6 @@ INCBIN "gfx/intro/logo.lz" ; 109847 -; Credits -INCLUDE "engine/credits.asm" - - SECTION "bank43", ROMX, BANK[$43] INCBIN "baserom.gbc",$10c000,$10ed67 - $10c000