From e7477b50486e801e2c8781d4acee6aef7e8aebac Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Tue, 9 Sep 2025 07:30:32 -0700 Subject: 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 --- src/d/actor/d_a_obj_bhashi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/actor/d_a_obj_bhashi.cpp') diff --git a/src/d/actor/d_a_obj_bhashi.cpp b/src/d/actor/d_a_obj_bhashi.cpp index ac3a462b32..bc63c33ecd 100644 --- a/src/d/actor/d_a_obj_bhashi.cpp +++ b/src/d/actor/d_a_obj_bhashi.cpp @@ -712,7 +712,7 @@ COMPILER_STRIP_GATE(0x80578BA4, &lit_4627); /* 805787CC-805788EC 001DEC 0120+00 1/0 0/0 0/0 .text Execute__13daObjBHASHI_cFPPA3_A4_f */ -void daObjBHASHI_c::Execute(f32 (**param_0)[3][4]) { +void daObjBHASHI_c::Execute(Mtx** param_0) { // NONMATCHING } -- cgit v1.2.3