update current code to match scratches on decomp.me (#662)

* chore: update current code to match scratches on decomp.me

* update score
This commit is contained in:
Dominik Peters
2025-07-03 21:33:07 +02:00
committed by GitHub
parent 813705850a
commit 5255e7fa52
8 changed files with 1041 additions and 1189 deletions
+5
View File
@@ -1717,4 +1717,9 @@ typedef struct GhostNode {
/* 0x08 */ s16 xRotation;
/* 0x0A */ s16 yRotation;
} GhostNode;
typedef struct CollisionNode {
u16 colPlaneIndex; // This triangle index
u16 closestTri[3];
} CollisionNode;
#endif