summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-28 15:10:55 -0700
committerYamaArashi <shadow962@live.com>2016-10-28 15:10:55 -0700
commit38076cb64093e5d50323075516b832111dc59c92 (patch)
tree31704b4e73fe79963cb21395ac2c8d093be6a07a /Makefile
parentb350c7e9fa867af2871ac2c6b92f95e8bb77617c (diff)
split out decompress.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb88fdd51..50626c6c8 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,8 @@ C_OBJS := $(C_SRCS:%.c=%.o)
ASM_OBJS := \
asm/crt0.o \
asm/rom3.o \
+asm/decompress.o \
+asm/rom_800D42C.o \
asm/calculate_base_damage.o \
asm/rom_803D1FC.o \
asm/rom_8040EB4.o \