mirror of https://github.com/pret/pokecrystal.git
engine/credits_crystal.o
This commit is contained in:
parent
72b1dda303
commit
ac65a8b821
1
Makefile
1
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
|
||||
|
|
|
@ -26,6 +26,11 @@ POKEDEX_ENTRIES_4 EQU $74
|
|||
EVENTS EQU $25
|
||||
|
||||
|
||||
; engine/credits.o
|
||||
|
||||
CREDITS EQU $42
|
||||
|
||||
|
||||
; maps.o
|
||||
|
||||
MAP_HEADERS EQU $25
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
INCLUDE "pokecrystal.asm"
|
||||
INCLUDE "includes.asm"
|
||||
|
||||
SECTION "Credits", ROMX, BANK[CREDITS]
|
||||
INCLUDE "engine/credits.asm"
|
||||
|
Loading…
Reference in New Issue