diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-09 19:59:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-09 19:59:05 -0400 |
commit | 70d51296ca9d527aa19b859acc79e3744635e6f4 (patch) | |
tree | b7ed84dbbe5a21d1310cbe6ee5abe8dbd0b3b16b /arm9/Makefile | |
parent | caba1031233657d89f3c35079e664551a07cd72f (diff) |
Species constants
Diffstat (limited to 'arm9/Makefile')
-rw-r--r-- | arm9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/Makefile b/arm9/Makefile index 0b880bd3..25999e21 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -183,7 +183,7 @@ OBJDUMP := $(CROSS)objdump OBJCOPY := $(CROSS)objcopy # ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm9_thumb.s -o arm9.o -ASFLAGS = -proc arm5te -i .. +ASFLAGS = -proc arm5te -i ../include -i .. CFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -i ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) CXXFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -i ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) LDFLAGS = -nodead -w off -proc v5te -interworking -map closure,unused -symtab sort -m _start |