summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_swchain.h
AgeCommit message (Collapse)Author
2025-12-06Various debug conditional compilation cleanup (#2915)Max Roncace
* Global: Define DEBUG as 0 if not already defined * Clean up DEBUG-guarded code
2025-11-30project cleanup (#2895)TakaRikka
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
2025-10-17d_a_obj_swchain matching (#2741)Carco_21
* initial * Little more work * matching * updated matching versions
2025-10-15d_a_obj_swchain WIP (#2737)Howard Luck
* checkpoint * WIP * clang format * Missing new line * Remove unnecessary nesting --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
2025-08-17d_a_obj_lv4chandelier equivalent (#2590)hatal175
2024-11-03alink_grab done (#2234)TakaRikka
* work on alink grab * some grab work * grab almost done * finish alink grab * alink_wolf mostly done * fix cLib_minMaxLimit * alink guard mostly done * extract some embedded assets * extract grass data. wip, alignment wrong
2024-10-10switch to dtk setup (#2203)TakaRikka
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>