mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-13 04:29:30 -04:00
Fix Horseback Archery Instant Win glitch (#6985)
This commit is contained in:
@@ -35,7 +35,11 @@ static void RegisterHorsebackArcheryInstantWin() {
|
||||
Flags_SetEventChkInf(EVENTCHKINF_PLAYED_HORSEBACK_ARCHERY);
|
||||
gSaveContext.minigameScore = 1500;
|
||||
Message_CloseTextbox(play);
|
||||
enGe1->actionFunc = EnGe1_TalkAfterGame_Archery;
|
||||
gSaveContext.minigameState = 3;
|
||||
gSaveContext.eventInf[0] |= 0x100;
|
||||
play->nextEntranceIndex = ENTR_GERUDOS_FORTRESS_16;
|
||||
play->transitionType = TRANS_TYPE_CIRCLE(TCA_STARBURST, TCC_BLACK, TCS_FAST);
|
||||
play->transitionTrigger = TRANS_TRIGGER_START;
|
||||
*should = false;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user