From 430d3275bc8f54b9c0d33c5f1d3176c3ee830f3b Mon Sep 17 00:00:00 2001 From: Sarge-117 Date: Tue, 26 Jul 2022 18:25:25 -0700 Subject: [PATCH] Fix declaration Forgot to include the argument in the declaration at the top. It worked fine even without it, but figured this is safer --- soh/src/overlays/actors/ovl_En_Si/z_en_si.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/src/overlays/actors/ovl_En_Si/z_en_si.c b/soh/src/overlays/actors/ovl_En_Si/z_en_si.c index 5597c53ebe..98289a87e3 100644 --- a/soh/src/overlays/actors/ovl_En_Si/z_en_si.c +++ b/soh/src/overlays/actors/ovl_En_Si/z_en_si.c @@ -17,7 +17,7 @@ s32 func_80AFB748(EnSi* this, GlobalContext* globalCtx); void func_80AFB768(EnSi* this, GlobalContext* globalCtx); void func_80AFB89C(EnSi* this, GlobalContext* globalCtx); void func_80AFB950(EnSi* this, GlobalContext* globalCtx); -void Audio_PlayFanfare_Rando(); +void Audio_PlayFanfare_Rando(ItemID getItemId); s32 textId = 0xB4; s32 giveItemId = ITEM_SKULL_TOKEN;