mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user