Fix declaration

Forgot to include the argument in the declaration at the top.  It worked fine even without it, but figured this is safer
This commit is contained in:
Sarge-117 2022-07-26 18:25:25 -07:00
parent 0c6ed553a2
commit 430d3275bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;