mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-16 14:35:06 -05:00
Sets player getItemId before other messagebox instance.
This commit is contained in:
parent
6f7b38539b
commit
20bbf85f00
@ -154,6 +154,7 @@ void func_80AFB89C(EnSi* this, GlobalContext* globalCtx) {
|
|||||||
} else {
|
} else {
|
||||||
Item_Give(globalCtx, giveItemId);
|
Item_Give(globalCtx, giveItemId);
|
||||||
}
|
}
|
||||||
|
player->getItemId = getItemId;
|
||||||
Message_StartTextbox(globalCtx, textId, NULL);
|
Message_StartTextbox(globalCtx, textId, NULL);
|
||||||
if (gSaveContext.n64ddFlag) {
|
if (gSaveContext.n64ddFlag) {
|
||||||
Audio_PlayFanfare_Rando(getItemId);
|
Audio_PlayFanfare_Rando(getItemId);
|
||||||
|
Loading…
Reference in New Issue
Block a user