engine/credits_crystal.o

This commit is contained in:
yenatch 2013-11-28 01:32:50 -05:00
parent 72b1dda303
commit ac65a8b821
4 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -26,6 +26,11 @@ POKEDEX_ENTRIES_4 EQU $74
EVENTS EQU $25
; engine/credits.o
CREDITS EQU $42
; maps.o
MAP_HEADERS EQU $25

View File

@ -0,0 +1,6 @@
INCLUDE "pokecrystal.asm"
INCLUDE "includes.asm"
SECTION "Credits", ROMX, BANK[CREDITS]
INCLUDE "engine/credits.asm"

View File

@ -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