Update compiler flags & README

This commit is contained in:
Seeky 2021-06-27 16:09:40 +01:00
parent da1f8a0a86
commit 8867dd77ba
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# spm-decomp
Decompilation of Super Paper Mario (PAL revision 0). Doesn't produce a dol, asm is just checked by compiling with -S. A small bit of TTYD support.
Decompilation of Super Paper Mario (PAL revision 0). Doesn't produce a dol, asm is just checked by compiling with -S (the scripts for automating this are messy and fairly hard-coded to my computer so I don't plan on releasing them, but if you're interested in contributing then let me know and I'll put something together).
See also https://github.com/SeekyCt/spm-docs for other documentation

View File

@ -1,7 +1,7 @@
set dolflags=-O4 -proc gekko -lang C99 -S -w all -use_lmw_stmw on -fp hard -str pool -rostr -I- -i include -enc SJIS -inline all -sdata2 4
mwcceppc %dolflags% src/evtmgr.c
mwcceppc %dolflags% src/evtmgr_cmd.c
mwcceppc %dolflags% -ipa file src/evtmgr_cmd.c
mwcceppc %dolflags% src/filemgr.c
mwcceppc %dolflags% src/main.c
mwcceppc %dolflags% src/mario_pouch.c