From 7688868ab8f9510a3355aa60c623e92ad586f2ea Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 23 Feb 2025 15:29:47 -0500 Subject: [PATCH] coll progress --- include/namespace_Coll.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/namespace_Coll.h b/include/namespace_Coll.h index 51d7a4df3..1277ec708 100644 --- a/include/namespace_Coll.h +++ b/include/namespace_Coll.h @@ -175,10 +175,13 @@ struct ScratchpadStruct // 0x84 int countByOne_ForWhatReason; // ?? - // 0x88 - array of BSP* - // one for each instanceHitbox collision + // 0x88 + // This can happen 15 times cause of FUN_80020410, + // so this prevents any duplicate collisions + struct BSP* bspInstHitboxArr[15]; - // 0xc4 (num BSP instanceHitbox collisions) + // 0xc4 + int numInstHitboxesHit; // --------