mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 23:21:28 -04:00
Lv4railwall / lv4sand / lv4slidewall done. fix wii build (#2637)
* lv4railwall / lv4sand / lv4slidewall done and wii build fix * fix Mtx** parameters * add some notes about wii compiler version * Remove dol2asm include --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
This commit is contained in:
@@ -76,7 +76,7 @@ int daObjChandelier_c::Draw() {
|
||||
}
|
||||
|
||||
/* 80BC8238-80BC82C0 000378 0088+00 1/0 0/0 0/0 .text Execute__17daObjChandelier_cFPPA3_A4_f */
|
||||
int daObjChandelier_c::Execute(f32 (**param_0)[3][4]) {
|
||||
int daObjChandelier_c::Execute(Mtx** param_0) {
|
||||
if (s_exeProc[mMode] != NULL) {
|
||||
(this->*s_exeProc[mMode])();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user