Rename surface map to collision mesh (#637)

This commit is contained in:
MegaMech
2024-06-15 13:30:14 -06:00
committed by GitHub
parent bbf45b44de
commit 8389b71004
11 changed files with 430 additions and 427 deletions
+2 -2
View File
@@ -70,9 +70,9 @@ s16 gCreditsCourseId = COURSE_LUIGI_RACEWAY;
s16 gPlaceItemBoxes = 1;
// Technically a pointer to an array, but declaring it so creates regalloc issues.
mk64_surface_map_ram *gSurfaceMap;
CollisionTriangle *gCollisionMesh;
u16 *D_8015F584;
u16 D_8015F588; // Number of entries in gSurfaceMap
u16 gCollisionMeshCount; // Number of entries in gCollisionMesh
u16 D_8015F58A;
u32 D_8015F58C;