mirror of https://github.com/pmret/papermario.git
splat update
This commit is contained in:
parent
6cfefdae83
commit
aa88847ff5
|
@ -1 +1 @@
|
||||||
Subproject commit 1e6f29d78e80cd8e43b2b9e82895103baf83a04c
|
Subproject commit 5d0ddef55b38563641d40dea7d0f662c1025e638
|
|
@ -1,7 +1,10 @@
|
||||||
name: "Paper Mario (North America)"
|
name: "Paper Mario (North America)"
|
||||||
basename: "papermario"
|
basename: "papermario"
|
||||||
options: ["find-file-boundaries", "skip-asm"]
|
options:
|
||||||
compiler: "GCC"
|
"find-file-boundaries": True
|
||||||
|
"skip-asm": True
|
||||||
|
pycparser_flags: ["-Iinclude", "-D_LANGUAGE_C", "-ffreestanding", "-DF3DEX_GBI_2", "-DSPLAT"]
|
||||||
|
compiler: "GCC"
|
||||||
segments:
|
segments:
|
||||||
- name: header
|
- name: header
|
||||||
type: code
|
type: code
|
||||||
|
|
Loading…
Reference in New Issue