mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Introduce Sfx Flags (#1278)
* Sfx Flags * Discord Discussion * Move macro to sound_params * Oops * PR Suggestions * Clarify comment * Missed switch * More suggestions * Update src/code/audio_sound_params.c Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * sfxs * PR Suggestions * revert back to flag Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
56e52a89c1
commit
b602276fef
6 changed files with 1322 additions and 241 deletions
|
@ -581,7 +581,7 @@ void EnFloormas_Slide(EnFloormas* this, PlayState* play) {
|
|||
|
||||
func_800286CC(play, &pos, &velocity, &accel, 450, 100);
|
||||
|
||||
func_8002F974(&this->actor, NA_SE_EN_FLOORMASTER_SLIDING);
|
||||
func_8002F974(&this->actor, NA_SE_EN_FLOORMASTER_SLIDING - SFX_FLAG);
|
||||
}
|
||||
|
||||
void EnFloormas_Charge(EnFloormas* this, PlayState* play) {
|
||||
|
@ -820,7 +820,7 @@ void EnFloormas_GrabLink(EnFloormas* this, PlayState* play) {
|
|||
}
|
||||
}
|
||||
|
||||
Audio_PlayActorSound2(&this->actor, NA_SE_EN_FLOORMASTER_SM_STICK);
|
||||
Audio_PlayActorSound2(&this->actor, NA_SE_EN_FLOORMASTER_SM_STICK - SFX_FLAG);
|
||||
}
|
||||
|
||||
void EnFloormas_SmSlaveJumpAtMaster(EnFloormas* this, PlayState* play) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue