mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
goron link (rolling as adult)
This commit is contained in:
parent
b9f5b8ad8e
commit
13f84625e9
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ s16 EnGo2_GetStateGoronCityLink(GlobalContext* globalCtx, EnGo2* this) {
|
||||||
case TEXT_STATE_CLOSING:
|
case TEXT_STATE_CLOSING:
|
||||||
switch (this->actor.textId) {
|
switch (this->actor.textId) {
|
||||||
case 0x3036:
|
case 0x3036:
|
||||||
EnGo2_GetItem(this, globalCtx, GI_TUNIC_GORON);
|
EnGo2_GetItem(this, globalCtx, gSaveContext.n64ddFlag ? GetRandomizedItemIdFromKnownCheck(GC_ROLLING_GORON_AS_ADULT, GI_TUNIC_GORON) : GI_TUNIC_GORON);
|
||||||
this->actionFunc = EnGo2_SetupGetItem;
|
this->actionFunc = EnGo2_SetupGetItem;
|
||||||
return 2;
|
return 2;
|
||||||
case 0x3037:
|
case 0x3037:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue