audio.o and misc/crystal_misc.o

This commit is contained in:
yenatch
2013-11-29 01:51:27 -05:00
parent 0b905cb8ac
commit c2889215a8
5 changed files with 1025 additions and 981 deletions

View File

@@ -9,6 +9,7 @@ TEXTQUEUE :=
CRYSTAL_OBJS := \
wram.o \
main.o \
audio.o \
maps_crystal.o \
engine/events.o \
engine/scripting_crystal.o \
@@ -16,7 +17,8 @@ engine/events_2.o \
engine/credits_crystal.o \
stats/egg_moves_crystal.o \
stats/evos_attacks_crystal.o \
stats/pokedex/entries_crystal.o
stats/pokedex/entries_crystal.o \
misc/crystal_misc.o
OBJS := $(CRYSTAL_OBJS)