diff options
| author | YamaArashi <shadow962@live.com> | 2016-10-11 21:51:34 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-10-11 21:51:34 -0700 |
| commit | fa9ddc90c560fa5dcf104752a4fbe625bc2cf084 (patch) | |
| tree | 3ab24c841a55c24ccfbd39566f398e8e543eece5 /Makefile | |
| parent | e29af253cee26e42697458ff46112506d6aca076 (diff) | |
begin decompiling intro functions
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,7 +48,8 @@ C_OBJS := $(C_SRCS:%.c=%.o) ASM_OBJS := asm/crt0.o asm/rom3.o asm/rom_8040EB4.o asm/rom4.o asm/rom_8074BAC.o asm/rom5.o asm/rom6.o\ asm/libgcnmultiboot.o asm/m4a_1.o asm/m4a_3.o asm/libagbsyscall.o \ -asm/rom_8072DF8.o asm/rom_8065394.o asm/rom_803D1FC.o asm/rom_803BA2C.o +asm/rom_8072DF8.o asm/rom_8065394.o asm/rom_803D1FC.o asm/rom_803BA2C.o \ +asm/rom_813BA94.o DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \ data/event_scripts.o data/battle_anim_scripts.o \ |
