mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 00:42:34 +01:00
fix world rodata (#212)
This commit is contained in:
parent
8a734c15cd
commit
2e2dbba9d3
@ -617,3 +617,5 @@ Area gAreas[] = {
|
||||
AREA(tst, "テストマップ"), // tesuto mappu [Test map]
|
||||
{},
|
||||
};
|
||||
|
||||
const f32 world_rodata_alignment = 0.0f;
|
||||
|
@ -24,7 +24,7 @@ parser.add_argument(
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
mymap = os.path.join(root_dir, "ver", "current" "build", "papermario.map")
|
||||
mymap = os.path.join(root_dir, "ver", "current", "build", "papermario.map")
|
||||
if args.use_expected:
|
||||
mymap = os.path.join(root_dir, "ver", "current", "expected", "build", "papermario.map")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user