mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
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
|
||||
|
||||
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
|
||||
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
Subproject commit 5d0ddef55b38563641d40dea7d0f662c1025e638
|
||||
Subproject commit d606c8ec15daa3632a2ef7baf10948fe5c88209d
|
@ -1,8 +1,7 @@
|
||||
name: "Paper Mario (North America)"
|
||||
basename: "papermario"
|
||||
options:
|
||||
"find-file-boundaries": True
|
||||
"skip-asm": True
|
||||
find-file-boundaries: True
|
||||
pycparser_flags: ["-Iinclude", "-D_LANGUAGE_C", "-ffreestanding", "-DF3DEX_GBI_2", "-DSPLAT"]
|
||||
compiler: "GCC"
|
||||
segments:
|
||||
|
Loading…
Reference in New Issue
Block a user