mirror of
https://github.com/zeldaret/ss
synced 2026-08-31 01:20:25 -04:00
Order below sinit is now ok
This commit is contained in:
@@ -121,3 +121,18 @@ u32 dSndSourceEnemy_c::overrideHoldSoundId(u32 soundId, bool initial) {
|
||||
}
|
||||
return soundId;
|
||||
}
|
||||
|
||||
u32 dSndSourceEnemyAnim_c::overrideStartSoundId(u32 soundId) {
|
||||
// TODO
|
||||
return soundId;
|
||||
}
|
||||
|
||||
u32 dSndSourceEnemyAnim_c::overrideHoldSoundId(u32 soundId, bool initial) {
|
||||
// TODO
|
||||
return soundId;
|
||||
}
|
||||
|
||||
|
||||
void dSndSourceEnemyMulti_c::postCalc() {
|
||||
// TODO - Nusi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user