Collision Documentation (#640)

* Collision related renames
This commit is contained in:
MegaMech
2024-06-26 19:22:38 -06:00
committed by GitHub
parent 975b96265c
commit 3d7cdcee8a
47 changed files with 2435 additions and 2415 deletions
+2 -2
View File
@@ -71,9 +71,9 @@ s16 gPlaceItemBoxes = 1;
// Technically a pointer to an array, but declaring it so creates regalloc issues.
CollisionTriangle *gCollisionMesh;
u16 *D_8015F584;
u16 *gCollisionIndices;
u16 gCollisionMeshCount; // Number of entries in gCollisionMesh
u16 D_8015F58A;
u16 gNumCollisionTriangles;
u32 D_8015F58C;
Vec3f D_8015F590;