diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-12-12 23:54:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 20:54:42 -0800 |
| commit | 87732304d15f80fa952a243bb3c6dec44f3f0856 (patch) | |
| tree | 60e559953b012cdeadb6e53a991e07ceab4f0f87 /src/Z2AudioLib | |
| parent | 2481e184fb99b7343cbf0893f838cc892feafc4a (diff) | |
d_particle debug work (#2944)
* misc work
* more work
* fixed error
* more work
* PR cleanup
* missed cleanup
* error fix
* wii fix
Diffstat (limited to 'src/Z2AudioLib')
| -rw-r--r-- | src/Z2AudioLib/Z2SeMgr.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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) { |
