This commit is contained in:
MegaMech 2024-07-21 21:42:46 -06:00 committed by GitHub
parent 3d0c047cc9
commit 84680fa6e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1389,7 +1389,7 @@ void func_80295C6C(void) {
gCourseMinZ += -20;
gCourseMinY += -20;
generate_collision_grid();
gNextFreeMemoryAddress += ALIGN16(gNumCollisionTriangles * 2);
gNextFreeMemoryAddress += ALIGN16(gNumCollisionTriangles * sizeof(u16));
}
UNUSED void func_80295D50(s16 arg0, s16 arg1) {