Regalloc/debug/misc fixes (#2794)

* Fix "0" asserts

* More debug and regalloc fixes

* Fix PTMF syntax for compatibility with other compilers

* Fix some fakematches, link more TUs for J/P
This commit is contained in:
LagoLunatic
2025-11-10 21:25:00 -05:00
committed by GitHub
parent a02f72d8f3
commit 23a1c94063
87 changed files with 314 additions and 607 deletions
+3 -3
View File
@@ -145,9 +145,9 @@ int daZrTurara_c::Execute(Mtx** i_mtxP) {
void daZrTurara_c::move() {
typedef void (daZrTurara_c::*daZrTurara_modeFunc)();
static daZrTurara_modeFunc mode_proc[3] = {
&modeWait,
&modeBreak,
&modeEnd,
&daZrTurara_c::modeWait,
&daZrTurara_c::modeBreak,
&daZrTurara_c::modeEnd,
};
(this->*mode_proc[mMode])();
mCcCyl.SetR(130.0f);