mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
biggoron sword
This commit is contained in:
parent
485af21726
commit
53ef79ce82
2 changed files with 2 additions and 2 deletions
|
@ -954,7 +954,7 @@ void EnGo_GetItem(EnGo* this, GlobalContext* globalCtx) {
|
||||||
this->unk_20C = 0;
|
this->unk_20C = 0;
|
||||||
if ((this->actor.params & 0xF0) == 0x90) {
|
if ((this->actor.params & 0xF0) == 0x90) {
|
||||||
if (INV_CONTENT(ITEM_TRADE_ADULT) == ITEM_CLAIM_CHECK) {
|
if (INV_CONTENT(ITEM_TRADE_ADULT) == ITEM_CLAIM_CHECK) {
|
||||||
getItemId = GI_SWORD_BGS;
|
getItemId = gSaveContext.n64ddFlag ? GetRandomizedItemIdFromKnownCheck(DMT_BIGGORON, GI_SWORD_BGS) : GI_SWORD_BGS;
|
||||||
this->unk_20C = 1;
|
this->unk_20C = 1;
|
||||||
}
|
}
|
||||||
if (INV_CONTENT(ITEM_TRADE_ADULT) == ITEM_EYEDROPS) {
|
if (INV_CONTENT(ITEM_TRADE_ADULT) == ITEM_EYEDROPS) {
|
||||||
|
|
|
@ -586,7 +586,7 @@ s16 EnGo2_GetStateGoronDmtBiggoron(GlobalContext* globalCtx, EnGo2* this) {
|
||||||
case TEXT_STATE_DONE:
|
case TEXT_STATE_DONE:
|
||||||
if (this->actor.textId == 0x305E) {
|
if (this->actor.textId == 0x305E) {
|
||||||
if (!gSaveContext.bgsFlag) {
|
if (!gSaveContext.bgsFlag) {
|
||||||
EnGo2_GetItem(this, globalCtx, GI_SWORD_BGS);
|
EnGo2_GetItem(this, globalCtx, gSaveContext.n64ddFlag ? GetRandomizedItemFromKnownCheck(DMT_BIGGORON, GI_SWORD_BGS) : GI_SWORD_BGS);
|
||||||
this->actionFunc = EnGo2_SetupGetItem;
|
this->actionFunc = EnGo2_SetupGetItem;
|
||||||
return 2;
|
return 2;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue