From 8459f924d10dc67402e14f64e5332cad30c66d27 Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Mon, 25 Jul 2016 00:56:03 -0500 Subject: decompile rng functions (#25) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b50fbdf65..37b4e7ffc 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3