summaryrefslogtreecommitdiff
path: root/src/d
AgeCommit message (Collapse)Author
2025-11-24Link npc_guard (#2859)hev7
2025-11-24d_a_grass Matching (#2858)hatal175
2025-11-23Match 5 d_bg_w_kcol funcs (#2856)LagoLunatic
* dBgWKCol::CaptPoly equivalent * dBgWKCol::CaptPoly OK * Switch s32->int for the rest of the dBgW functions just in case This doesn't immediately help any other functions besides CaptPoly, but I suspect it could help prevent issues in the future since it's more likely to be what the original devs did. * Debug var fix * Match 3 more kcol funcs * Remove unused lits * Update nonmatching comments * Fix ChkShdwDrawThrough
2025-11-23kcol progress (#2855)roeming
2025-11-23Some npc_ks dbg work (#2854)YunataSavior
2025-11-23Link npc_zra (#2853)YunataSavior
2025-11-23Link npc_doc (#2851)hev7
* Link npc_doc * Remove changes causing regression in debug
2025-11-23Fix more nonmatchings (#2850)LagoLunatic
* Fix GetPolyIndex and GetBgIndex, fixing a couple regallocs * Match daNpcCd2_c::checkFearSituation and daNpcCd2_c::getAnmP * Match daAlink_c::jointControll * Clean up float class checks * Move float constants to global.h
2025-11-23d_a_npc_guard all functions OK (#2849)Trueffel
* guard about to match * weak func order messes linking up * improve executePath
2025-11-22Clean up d_msg_unit, misc fixes for PAL and JPN (#2848)Max Roncace
2025-11-22vrbox2 debug almost matching (#2847)hatal175
* vrbox2 debug almost matching * Putting variable declaration at the top in daVrbox2_Draw
2025-11-21Link d_msg_class (all) and d_msg_unit (JP only), minor alink fix (#2846)Max Roncace
2025-11-21Misc matches (#2845)LagoLunatic
* Misc debug matches * Fix d_map weak function order * Remove old nonmatching comments * d_menu_dmap and JASAudioThread OK, fix weak func order and rodata alignment * More misc matches
2025-11-21Link d_name for GCN JPN (#2843)Max Roncace
2025-11-21npc_doc almost (#2840)TakaRikka
* npc_doc almost * pr
2025-11-21npc_grm OK (#2841)maimai0254
* npc_grm OK * uncomment debug stuff * fix {
2025-11-20Link e_hp (#2838)YunataSavior
2025-11-20Miscellaneous retail+debug fixes, link several new TUs (#2836)Max Roncace
2025-11-20Remove fake matches, fix false equivalencies, and other small matches (#2837)LagoLunatic
* Debug matches and remove fake matches * Fix false equivalencies, regallocs, and vtable orders * Fix PAL splits
2025-11-20add debug functionality to d_a_horse, match almost all functions (#2834)roeming
* add debug functinality to d_a_horse, match almost all functions * fix some wii funcs * fix wii build
2025-11-20npc_midna linked (#2835)Carco_21
2025-11-20d_a_kytag13 matching + small various work (#2826)Carco_21
* kytag13 matching * pr cleanup
2025-11-19Link npc_shoe (#2833)YunataSavior
2025-11-19d_bg_w_kcol mostly finished (#2831)Max Roncace
2025-11-19Misc fixes (#2830)LagoLunatic
* Replace DANPCF_C_HACK with a better fakematch * d_a_obj_item OK * Fix ninja diff * Misc debug/nonmatching fixes * Fix ninja diff for PAL * Fix bad PAL split
2025-11-19d_a_npc_grs matching (#2827)Max Roncace
2025-11-19d_a_npc_soldierB matching (#2828)hev7
2025-11-19d_a_npc_pachi_taro and d_a_npc_pachi_maro matching (#2824)Carco_21
* solid progress * almost matching * pachi_taro matching * pachi_maro matching
2025-11-18d_a_npc_chin matching (#2822)Max Roncace
2025-11-18d_a_npc_grd matching (#2821)hev7
* d_a_npc_grd matching * Fix regression * Fix
2025-11-18debug work on d_a_e_fb (#2819)hatal175
2025-11-18npc_gnd finished, movie_player almost done (#2818)TakaRikka
* movie_player mostly done * d_a_npc_gnd done * fix fshop debug match
2025-11-17d_a_demo00 OK (#2817)LagoLunatic
* Misc small matches * Add J3DFrameCtrl::EMode_NULL enum * Improve weak bss fakematch and remove a functionvalue fakematch * demo00 OK
2025-11-17d_a_npc_tkc matching (#2816)Carco_21
* initial work * minor work * almost done * evcut work * matching
2025-11-17wii building OK / m_Do_graphic debug work (#2815)TakaRikka
* wii building OK + m_Do_graphic debug work * d_meter_HIO debug cleanup * wii m_Do_graphic stuff * tag_attack_item OK, mirror_chain almost * fix build * mg_fshop matching
2025-11-16d_a_npc_sola OK (#2814)maimai0254
* d_a_npc_sola OK * delete NONMATCHING comment * Fix: Add forgotten joint name
2025-11-16Link kasi_hana, kasi_kyu. (#2813)YunataSavior
* kasi_mich and ashB equiv
2025-11-16Link clerkb and clerkt (#2811)YunataSavior
2025-11-15npc_kn almost matching + dbg work (#2802)YunataSavior
* npc_kn almost matching + dbg work * more npc_kn dbg work * fix npc_kn select action functions * Z2AudioMgr dbg change for taka
2025-11-16npc_clerka matching, npc_clerkb and npc_clerkt equivalent (#2810)hev7
2025-11-15Match remaining functions in d_menu_collect (#2809)Trueffel
* match all funcs in d_menu_collect * remove old nonmatching comments
2025-11-15d_a_npc_kyury matching (#2808)hev7
2025-11-15d_a_npc_pouya matching (#2806)hev7
* d_a_npc_pouya matching * mItemPartnerId fix
2025-11-14d_a_e_tt OK & linked (#2803)Trueffel
* class decomped * two funcs missing * done * s32 to int * improve * remove old nonmatching comment
2025-11-14d_a_npc_gro matching (#2805)Carco_21
* initial work * matching
2025-11-14add debug functionality + close to linking hozelda (#2804)roeming
2025-11-14d_a_npc_shaman matching (#2800)Carco_21
* almost matching * Make npc_shaman matching --------- Co-authored-by: YunataSavior <yunatasavior@gmail.com>
2025-11-14d_a_npc_theb matching (#2799)Carco_21
* initial work * almost matching * matching * merge stuff * added comment about inline size
2025-11-14npc_yamis, npc_yamit matching (#2801)hev7
2025-11-13npc_drailsol done (#2798)TakaRikka