mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 02:29:59 -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:
@@ -1318,7 +1318,7 @@ int daBgObj_c::ExecuteType1() {
|
||||
}
|
||||
|
||||
/* 8045BFBC-8045C078 0029DC 00BC+00 1/0 0/0 0/0 .text Execute__9daBgObj_cFPPA3_A4_f */
|
||||
int daBgObj_c::Execute(f32 (**param_0)[3][4]) {
|
||||
int daBgObj_c::Execute(Mtx** param_0) {
|
||||
(this->*mExecuteFunc[mSpecData.mSpecType])();
|
||||
|
||||
for (int i = 0; i < 2; i++) {
|
||||
|
||||
Reference in New Issue
Block a user