CTR-tools / CTR-ModSDK

ModSDK - a modding toolkit to create mods for Crash Team Racing in C. This repository also houses an effort to fully decompile and reverse-engineer CTR in C.
https://discord.gg/WHkuh2n
306 stars 37 forks source link

feat(decomp): add LinkedCollide_Hitbox_Desc function #49

Closed aalhendi closed 1 year ago

aalhendi commented 1 year ago

Function(s):

[x] Byte budget: 368 / 392

Tests:

Notes:

LinkedCollide_Hitbox_Desc was a wrapper calling LinkedCollide_Hitbox. It was the only function which called LinkedCollide_Hitbox and so LinkedCollide_Hitbox was integrated into LinkedColide_Hitbox_Desc for cleaner code.