mirror of https://github.com/pmret/papermario.git
Fixing master
This commit is contained in:
parent
d971be57c9
commit
98df69cf80
2
Makefile
2
Makefile
|
|
@ -68,7 +68,7 @@ submodules:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
split:
|
split:
|
||||||
rm -rf $(DATA_DIRS) && ./tools/n64splat/split.py baserom.z64 tools/splat.yaml .
|
rm -rf $(DATA_DIRS) && ./tools/n64splat/split.py baserom.z64 tools/splat.yaml . --modes ld bin
|
||||||
|
|
||||||
setup: clean submodules split
|
setup: clean submodules split
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5d0ddef55b38563641d40dea7d0f662c1025e638
|
Subproject commit d606c8ec15daa3632a2ef7baf10948fe5c88209d
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
name: "Paper Mario (North America)"
|
name: "Paper Mario (North America)"
|
||||||
basename: "papermario"
|
basename: "papermario"
|
||||||
options:
|
options:
|
||||||
"find-file-boundaries": True
|
find-file-boundaries: True
|
||||||
"skip-asm": True
|
|
||||||
pycparser_flags: ["-Iinclude", "-D_LANGUAGE_C", "-ffreestanding", "-DF3DEX_GBI_2", "-DSPLAT"]
|
pycparser_flags: ["-Iinclude", "-D_LANGUAGE_C", "-ffreestanding", "-DF3DEX_GBI_2", "-DSPLAT"]
|
||||||
compiler: "GCC"
|
compiler: "GCC"
|
||||||
segments:
|
segments:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue