Fixes skulltula messages for custom items.

This commit is contained in:
Christopher Leggett 2022-08-09 01:42:47 -04:00
parent b949440fd1
commit 95918e0cb2
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79

View File

@ -114,6 +114,7 @@ void func_80AFB768(EnSi* this, GlobalContext* globalCtx) {
if ((CVar_GetS32("gSkulltulaFreeze", 0) != 1 || giveItemId != ITEM_SKULL_TOKEN) && getItemId != GI_ICE_TRAP) {
player->actor.freezeTimer = 20;
}
player->getItemId = getItemId;
Message_StartTextbox(globalCtx, textId, NULL);
if (gSaveContext.n64ddFlag) {