mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 01:39:43 -04:00
d_particle debug work (#2944)
* misc work * more work * fixed error * more work * PR cleanup * missed cleanup * error fix * wii fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user