Skip to content

Commit

Permalink
remove silver gauntlet cs trigger when rando'd
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya committed Jun 7, 2022
1 parent 4954d1d commit c84c674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/src/overlays/actors/ovl_player_actor/z_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -12507,7 +12507,7 @@ s32 func_8084DFF4(GlobalContext* globalCtx, Player* this) {
}
else {
if (Message_GetState(&globalCtx->msgCtx) == TEXT_STATE_CLOSING) {
if (this->getItemId == GI_GAUNTLETS_SILVER) {
if (this->getItemId == GI_GAUNTLETS_SILVER && !gSaveContext.n64ddFlag) {
globalCtx->nextEntranceIndex = 0x0123;
globalCtx->sceneLoadFlag = 0x14;
gSaveContext.nextCutsceneIndex = 0xFFF1;
Expand Down

0 comments on commit c84c674

Please sign in to comment.