diff options
| author | YamaArashi <shadow962@live.com> | 2016-10-28 15:10:55 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-10-28 15:10:55 -0700 |
| commit | 38076cb64093e5d50323075516b832111dc59c92 (patch) | |
| tree | 31704b4e73fe79963cb21395ac2c8d093be6a07a /Makefile | |
| parent | b350c7e9fa867af2871ac2c6b92f95e8bb77617c (diff) | |
split out decompress.s
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |
