mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
todo
This commit is contained in:
parent
408edca69a
commit
27ea38b15c
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ s16 EnGo2_GetStateGoronDmtBiggoron(GlobalContext* globalCtx, EnGo2* this) {
|
||||||
switch (EnGo2_GetDialogState(this, globalCtx)) {
|
switch (EnGo2_GetDialogState(this, globalCtx)) {
|
||||||
case TEXT_STATE_DONE:
|
case TEXT_STATE_DONE:
|
||||||
if (this->actor.textId == 0x305E) {
|
if (this->actor.textId == 0x305E) {
|
||||||
|
// todo fix the bgsFlag checks for rando
|
||||||
if (!gSaveContext.bgsFlag) {
|
if (!gSaveContext.bgsFlag) {
|
||||||
EnGo2_GetItem(this, globalCtx, gSaveContext.n64ddFlag ? GetRandomizedItemIdFromKnownCheck(DMT_BIGGORON, GI_SWORD_BGS) : GI_SWORD_BGS);
|
EnGo2_GetItem(this, globalCtx, gSaveContext.n64ddFlag ? GetRandomizedItemIdFromKnownCheck(DMT_BIGGORON, GI_SWORD_BGS) : GI_SWORD_BGS);
|
||||||
this->actionFunc = EnGo2_SetupGetItem;
|
this->actionFunc = EnGo2_SetupGetItem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue