summaryrefslogtreecommitdiff
path: root/include/d/d_cc_d.h
AgeCommit message (Collapse)Author
2026-03-17cc debug work (#3133)TakaRikka
2026-01-17d_a_alink cleanup / debug work (#3045)TakaRikka
* start d_a_alink debug cleanup * d_a_alink_damage debug * d_a_alink_guard debug * d_a_alink_bow debug * d_a_alink_boom debug * d_a_alink_copyrod debug * d_a_alink_hvyboots debug * d_a_alink_grab debug * d_a_alink_sumou debug * d_a_alink_horse debug * d_a_alink_canoe debug * d_a_alink_crawl / d_a_alink_hang debug * d_a_alink_swim debug * d_a_alink_hook / d_a_alink_iceleaf debug * d_a_alink_bottle debug * d_a_alink_whistle / d_a_alink_kandelaar / d_a_alink_ironball debug * d_a_alink_demo debug * d_a_alink_effect debug * d_a_alink_wolf debug * d_a_alink debug / cleanup * cleanup button status enums
2025-12-29Work on d_cc_d debug (#3002)hatal175
2025-12-26Debug d_a_e_ym (#3003)YunataSavior
2025-12-03d_a_npc_kn debug work (#2907)Niklas Bauer
* d_a_npc_kn debug work * d_a_npc_kn pr comments
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-11-29D_a_e_mm_mt 99% matching (#2881)Julian Maynes
* do draw, smbindeffect, isdelete, delete, most of heapinit * Fix lowercase hex * fix style * Add spaces after if * Do most of drop and carry * Almost done * Finish normal * Get functions to mostly regalloc + a few compiler quirks. * fix up comments * Fix all issues and get everything to 100
2025-11-25d_a_npc debug work (#2863)Max Roncace
* Remove d_a_npc3.cpp This file appears to not actually be real and the asserts in its functions all reference d_a_npc2.cpp instead. * d_a_npc debug almost matching
2025-11-03lv7bsgate, lv8udfloor, lv9swshutter done, lv7propellery almost (#2768)TakaRikka
* lv7bsgate, lv8udfloor, lv9swshutter done, lv7propellery almost * fix builds * obj_lv6egate done
2025-10-09d_a_e_st matching (#2730)Carco_21
* initial work * initial work * almost matching * action func done * matching * PR cleanup
2025-09-17d_a_e_wb equivalent (#2667)hatal175
* Some work d_a_e_wb * Match more in e_wb * d_a_e_wb equivalent
2025-08-10Misc framework fixes (#2578)Max Roncace
2025-06-08d_a_npc_kn work (#2274)Howard Luck
* checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * fixups * check * fixes 2 * fixes 3 * fixes 4 * fixes 5 --------- Co-authored-by: pheenoh <pheenoh@macmini.local> Co-authored-by: pheenoh <pheenoh@macmini.lan>
2025-02-28d_a_e_ym (a.k.a. Twilight bugs) 99% equivalent (daE_YM_c::checkBeforeBg and ↵YunataSavior
daE_YM_c::create have regalloc issues) (#2311) * checkWallCrash and checkWolfBark done for d_a_e_ym * d_a_e_ym at 36 percent * 46% completion for d_a_e_ym * d_a_e_ym at 65% completion * d_a_e_ym 83% complete * d_a_e_ym 90% complete * d_a_e_ym 99% decompiled. All done except for 2 functions with regalloc issues. Cleanup of mSound funcs in d_a_e_ym. * Update d_a_e_ym based on Taka's feedback
2025-02-19d_a_boomerang / d_a_grass mostly done, d_a_spinner done (#2304)TakaRikka
* d_a_boomerang mostly done * d_a_grass mostly done * d_a_spinner done
2024-11-22d_a_b_zant matched + linked (#2253)TakaRikka
* work on b_zant * zant work * more zant work * all b_zant functions done * some doc work * some more doc work * d_a_b_zant linked * fix d_a_b_zant_magic issue
2024-11-11d_a_obj_waterfall OK, with basic documentation (#2245)Huitzi
* d_a_tag_statue_evt OK * Modification according to review * d_a_obj_waterfall OK * Document d_a_obj_waterfall * Found examples of actor in-game * Differentiated between d_a_obj_waterfall & d_a_tag_waterfall
2024-10-19d_a_b_yo and d_a_b_yo_ice mostly OK (#2219)Caroline Madsen
2024-10-12d_a_alink work / bump dtk version (#2205)TakaRikka
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>