mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-18 23:16:43 -04:00
Audio Sfx Functions Decompiled and Documented (code_8019AF00.c) (#1242)
* sfx decomp and docs * function headers * namefixer * oops * better sfx name * PR review * namefixer * PR review * float * namefixer * namefixer * namefixer * PR Suggestions
This commit is contained in:
@@ -637,7 +637,7 @@ PlayerItemAction func_80123810(PlayState* play) {
|
||||
Interface_SetHudVisibility(play->msgCtx.unk_120BC);
|
||||
|
||||
if ((itemId >= ITEM_FD) || ((itemAction = play->unk_18794(play, player, itemId)) <= PLAYER_IA_MINUS1)) {
|
||||
play_sound(NA_SE_SY_ERROR);
|
||||
Audio_PlaySfx(NA_SE_SY_ERROR);
|
||||
return PLAYER_IA_MINUS1;
|
||||
} else {
|
||||
s32 pad;
|
||||
|
||||
Reference in New Issue
Block a user