Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#include "../SoundSystem.func.hpp"

namespace OpenSHC {
namespace Audio {
namespace MSS {

// FUNCTION: STRONGHOLDCRUSADER 0x0047A310
void SoundSystem::setupVolumeAndSoundID0xF0_100()
{
MACRO_CALL_MEMBER(SoundSystem_Func::setupVolumeAndSoundIDWithMultiplier, this)(
DE::SHCDE::MUSIC_TUNE_HAPPY2, 100);

if (this->sec_Section1055_0x3274 != 0 && this->sec_Section1055_0x3274 != 0xf) {
MACRO_CALL_MEMBER(SoundSystem_Func::setSomeSoundTime, this)();
}
}
}

}
}
2 changes: 1 addition & 1 deletion status/addresses-SHC-3BB0A8C1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10899,7 +10899,7 @@ SHC_3BB0A8C1_0x0047A1B0 | 100.0% | Reimplemented
SHC_3BB0A8C1_0x0047A220 | 100.0% | Reimplemented
SHC_3BB0A8C1_0x0047A290 | 100.0% | Reimplemented
SHC_3BB0A8C1_0x0047A2A0 | 100.0% | Reimplemented
SHC_3BB0A8C1_0x0047A310 | 0.0% | Pending
SHC_3BB0A8C1_0x0047A310 | 100.0% | Reimplemented
SHC_3BB0A8C1_0x0047A340 | 0.0% | Pending
SHC_3BB0A8C1_0x0047A554 | 0.0% | Pending
SHC_3BB0A8C1_0x0047A558 | 0.0% | Pending
Expand Down