diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-19 16:57:44 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-19 16:57:44 -0400 |
commit | 06a7bf4c8c36af699b9882623d2642baf0269bf3 (patch) | |
tree | 26a68c3112fe55f8cbb48f4749e5d0635925024b /arm9/Makefile | |
parent | 1c13e2f57b53b3e4e5f9daac42ec4baadbb4c60b (diff) |
msgdata.c through DecryptMessageDirect
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 cb8eba06..17033200 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -158,7 +158,7 @@ OVERLAYS := \ ##################### Compiler Options ####################### -MWCCVERSION = 2.0/base +MWCCVERSION = 2.0/sp1 TOOLS_DIR = ../tools CROSS := arm-none-eabi- |