diff --git a/src/world/world.c b/src/world/world.c index b4dbc6a3ed..691fca4bac 100644 --- a/src/world/world.c +++ b/src/world/world.c @@ -617,3 +617,5 @@ Area gAreas[] = { AREA(tst, "テストマップ"), // tesuto mappu [Test map] {}, }; + +const f32 world_rodata_alignment = 0.0f; diff --git a/tools/sym_info.py b/tools/sym_info.py index acf35e419b..bb37563e4f 100755 --- a/tools/sym_info.py +++ b/tools/sym_info.py @@ -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")