summaryrefslogtreecommitdiff
path: root/tools/overlayhelpers/colliderinit.py
AgeCommit message (Collapse)Author
2024-10-18Sync Colliders Final (#1718)Derek Hensley
* ElementDamageInfoAT * ElementDamageInfoAC * colMaterial * elemMaterial
2021-07-15C file for Fishing, some changes to collider scripts, a few minor cleanups ↵EllipticEllipsis
(#210) * Improve match in EnFirefly_Draw * Vestigial fishing files, add enums * Improve scripts, add ColChkInfo one * Some minor actor cleanup (static etc) * C file for Fishing, remove some local vars from variables.h * Remove comma and format * Newline * Review suggestions
2021-04-12Changed ichaindis to output actual names by default and added an --offset ↵kyleburnette
arg to output offset names if needed. Also changed permission on all the overlayhelper scripts (#102)
2021-03-22z_collision_check.c (#58)Tharo
* setup * Progress on z_collision_check.c * Further progress on z_collision_check.c * renamed code_0x800E03A0 to z_collision_btltbls, z_collision_check.c decompiled besides bss * Structs changes * Document functions * overlayhelpers folder, colliderinit.py and ichaindis.py * Flags, format existing ColliderInits * Fix merge * Few more small improvements * Review suggestions