mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 09:22:18 -05:00
fix lake hylia water level raised flag not being set in rando (#2103)
This commit is contained in:
parent
52b896271c
commit
77123196d1
@ -843,6 +843,8 @@ void DoorWarp1_AdultWarpOut(DoorWarp1* this, PlayState* play) {
|
||||
if (gSaveContext.n64ddFlag) {
|
||||
play->nextEntranceIndex = 0x60C;
|
||||
gSaveContext.nextCutsceneIndex = 0;
|
||||
// Set "raised lake hylia water" since we aren't warping to the cutscene
|
||||
gSaveContext.eventChkInf[6] |= 0x200;
|
||||
} else {
|
||||
Item_Give(play, ITEM_MEDALLION_WATER);
|
||||
play->nextEntranceIndex = 0x6B;
|
||||
|
Loading…
Reference in New Issue
Block a user