From 87732304d15f80fa952a243bb3c6dec44f3f0856 Mon Sep 17 00:00:00 2001 From: Carco_21 <144170194+carter-ktb21@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:54:42 -0500 Subject: d_particle debug work (#2944) * misc work * more work * fixed error * more work * PR cleanup * missed cleanup * error fix * wii fix --- src/Z2AudioLib/Z2SeMgr.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Z2AudioLib') diff --git a/src/Z2AudioLib/Z2SeMgr.cpp b/src/Z2AudioLib/Z2SeMgr.cpp index 934e15110c..c53af03ece 100644 --- a/src/Z2AudioLib/Z2SeMgr.cpp +++ b/src/Z2AudioLib/Z2SeMgr.cpp @@ -999,6 +999,12 @@ void Z2SeMgr::processSeFramework() { } } +#if PLATFORM_WII || VERSION == VERSION_SHIELD_DEBUG +void Z2SeMgr::playNaviFlySound(f32 param_1, f32 param_2) { + wii_field_0x6c = param_1; + wii_field_0x70 = JMAAbs(param_2); +} +#endif bool Z2SeMgr::isLevelSe(JAISoundID soundID) { switch (soundID) { -- cgit v1.2.3