diff options
author | camthesaxman <cameronghall@cox.net> | 2016-07-25 00:56:03 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-07-24 22:56:03 -0700 |
commit | 8459f924d10dc67402e14f64e5332cad30c66d27 (patch) | |
tree | 274d73455af87997ae417796271adf4d3ab26c93 /Makefile | |
parent | 3acf71df203aa69503c3a460a9200a359010512d (diff) |
decompile rng functions (#25)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ PREPROC := tools/preproc/preproc C_SRCS := $(wildcard src/*.c) C_OBJS := $(C_SRCS:%.c=%.o) -ASM_OBJS := asm/crt0.o asm/rom3.o asm/rom4.o asm/rom_8074BAC.o asm/rom5.o \ +ASM_OBJS := asm/crt0.o asm/rom3.o asm/rom_8040EB4.o asm/rom4.o asm/rom_8074BAC.o asm/rom5.o \ asm/libgcnmultiboot.o asm/m4a_1.o asm/m4a_3.o asm/libagbsyscall.o DATA_ASM_OBJS := data/data1.o data/data2.o data/graphics.o data/sound_data.o \ |