HarbourMasters / 2ship2harkinian

Creative Commons Zero v1.0 Universal
730 stars 60 forks source link

SFX oddities. #250

Closed sitton76 closed 3 months ago

sitton76 commented 4 months ago

In the event I notice other SFX trigger skips, or related SFX oddities I will post them here.

louist103 commented 4 months ago

For the skull kid SFX replacing

 Actor_PlaySfx(&this->actor, NA_SE_EN_STALKIDS_SURPRISED);

with

Actor_PlaySfx(&GET_PLAYER(gPlayState)->actor, NA_SE_EN_STALKIDS_SURPRISED);

Makes the sound play

garrettjoecox commented 3 months ago

Hiploop roaring sound, reported by McBedtime: Original:

https://github.com/HarbourMasters/2ship2harkinian/assets/7316699/36706f25-fa16-4749-a4c5-62ec644f9dc7

2Ship:

https://github.com/HarbourMasters/2ship2harkinian/assets/7316699/0e69dd8b-107f-470b-b574-00a4f6010313

garrettjoecox commented 3 months ago

Moved collection to #410 Will create separate issues to store details on particular details