diff options
| author | yenatch <yenatch@gmail.com> | 2013-11-29 01:51:27 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2013-11-29 01:51:27 -0500 |
| commit | c2889215a8dcf0af0f94ac05e6fa92be6838e101 (patch) | |
| tree | e4719d5242679f7b1a1b3e8deb32beb5f752a4d1 /Makefile | |
| parent | 0b905cb8acca15e810dba378774c46d8b4bb6a97 (diff) | |
audio.o and misc/crystal_misc.o
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) |
