diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |
