Skip to content

Commit 9cce7ea

Browse files
committed
AP: Fix starting with Boss Keys not working
1 parent 30fe440 commit 9cce7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soh/soh/Enhancements/randomizer/SeedContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ void Context::ParseArchipelagoOptions() {
752752
mOptions[RSK_GERUDO_KEYS].Set(RO_GERUDO_KEYS_ANYWHERE);
753753
}
754754
if (slotData["boss_key_shuffle"] == 0) {
755-
mOptions[RSK_KEYSANITY].Set(RO_DUNGEON_ITEM_LOC_STARTWITH);
755+
mOptions[RSK_BOSS_KEYSANITY].Set(RO_DUNGEON_ITEM_LOC_STARTWITH);
756756
} else if (slotData["boss_key_shuffle"] == 1) {
757757
mOptions[RSK_BOSS_KEYSANITY].Set(RO_DUNGEON_ITEM_LOC_VANILLA);
758758
} else if (slotData["boss_key_shuffle"] == 2) {

0 commit comments

Comments
 (0)