summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2023-02-23 17:41:05 +0200
committerGitHub <noreply@github.com>2023-02-23 08:41:05 -0700
commit4df6e8edea459eea6b13a0aa5c348d457d15edd5 (patch)
tree2b1a9fe520310953c358dfdf92e1c8475ec8bf62 /include/Z2AudioLib
parentfa1f47f7a134cdc203207ec0b273ca7d32542d52 (diff)
Various matches and improvements (#299)
* Various matches and improvements * Remove unnecessary comment
Diffstat (limited to 'include/Z2AudioLib')
-rw-r--r--include/Z2AudioLib/Z2SeqMgr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Z2AudioLib/Z2SeqMgr.h b/include/Z2AudioLib/Z2SeqMgr.h
index 767ea82bd6..97bc1fba37 100644
--- a/include/Z2AudioLib/Z2SeqMgr.h
+++ b/include/Z2AudioLib/Z2SeqMgr.h
@@ -90,6 +90,10 @@ public:
field_0x44.move(1.0f, count);
}
+ void bgmAllMute(u32 count, f32 val) {
+ mAllBgmMaster.mTransition.set(val, mAllBgmMaster.mIntensity, count);
+ }
+
private:
/* 0x00 */ JAISoundHandle mMainBgmHandle;
/* 0x04 */ JAISoundHandle mSubBgmHandle;