mirror of
https://github.com/SeekyCt/spm-decomp.git
synced 2025-02-10 16:02:15 +00:00
Update compiler flags & README
This commit is contained in:
parent
da1f8a0a86
commit
8867dd77ba
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user