This commit is contained in:
briaguya 2022-06-01 13:32:47 -04:00
commit 27ea38b15c

View file

@ -585,6 +585,7 @@ s16 EnGo2_GetStateGoronDmtBiggoron(GlobalContext* globalCtx, EnGo2* this) {
switch (EnGo2_GetDialogState(this, globalCtx)) {
case TEXT_STATE_DONE:
if (this->actor.textId == 0x305E) {
// todo fix the bgsFlag checks for rando
if (!gSaveContext.bgsFlag) {
EnGo2_GetItem(this, globalCtx, gSaveContext.n64ddFlag ? GetRandomizedItemIdFromKnownCheck(DMT_BIGGORON, GI_SWORD_BGS) : GI_SWORD_BGS);
this->actionFunc = EnGo2_SetupGetItem;