diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/FUN_02000DF4.c | 7 |
2 files changed, 2 insertions, 7 deletions
@@ -56,7 +56,7 @@ OBJCOPY := $(CROSS)objcopy # ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm9_thumb.s -o arm9.o ASFLAGS = -proc arm5te -CFLAGS = -O4,p -proc v5te -thumb -fp soft -lang c -Cpp_exceptions off -interworking +CFLAGS = -O4,p -proc v5te -thumb -fp soft -lang c -Cpp_exceptions off -interworking -i nitro ####################### Other Tools ######################### diff --git a/src/FUN_02000DF4.c b/src/FUN_02000DF4.c index c4532fdd..65bc63da 100644 --- a/src/FUN_02000DF4.c +++ b/src/FUN_02000DF4.c @@ -1,9 +1,4 @@ -typedef unsigned char u8; -typedef unsigned short u16; -typedef unsigned long u32; -typedef signed char s8; -typedef signed short s16; -typedef signed long s32; +#include "nitro.h" struct Unk2106FA0 { u8 filler0[0x8]; |