fix world rodata (#212)

This commit is contained in:
Ethan Roseman 2021-03-13 23:35:07 -05:00 committed by GitHub
parent 8a734c15cd
commit 2e2dbba9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -617,3 +617,5 @@ Area gAreas[] = {
AREA(tst, "テストマップ"), // tesuto mappu [Test map]
{},
};
const f32 world_rodata_alignment = 0.0f;

View File

@ -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")