shithub: pokecrystal

Download patch

ref: ac65a8b8216c742adba5adc761949319dcdd39a2
parent: 72b1dda303c9cb1824b7f62e2ec8ecd7cd696cbc
author: yenatch <[email protected]>
date: Wed Nov 27 20:32:50 EST 2013

engine/credits_crystal.o

--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@
 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
--- a/contents.asm
+++ b/contents.asm
@@ -26,6 +26,11 @@
 EVENTS                    EQU $25
 
 
+; engine/credits.o
+
+CREDITS                   EQU $42
+
+
 ; maps.o
 
 MAP_HEADERS               EQU $25
--- /dev/null
+++ b/engine/credits_crystal.asm
@@ -1,0 +1,6 @@
+INCLUDE "pokecrystal.asm"
+INCLUDE "includes.asm"
+
+SECTION "Credits", ROMX, BANK[CREDITS]
+INCLUDE "engine/credits.asm"
+
--- a/main.asm
+++ b/main.asm
@@ -113274,10 +113274,6 @@
 ; 109847
 
 
-; Credits
-INCLUDE "engine/credits.asm"
-
-
 SECTION "bank43", ROMX, BANK[$43]
 
 INCBIN "baserom.gbc",$10c000,$10ed67 - $10c000