mirror of
https://github.com/zeldaret/tp
synced 2026-06-04 18:59:25 -04:00
Various matches and improvements (#299)
* Various matches and improvements * Remove unnecessary comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user