Skip to content

Commit 300f13c

Browse files
committed
Merge 'Adding missing locations back into Advanced Logic' (#2524)
2 parents dfd1d41 + 5518684 commit 300f13c

7 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* Add two missing locations: `Ganons Castle MQ Shadow Trial Explosives Wonderitem` and a `Bombable Fairy` in MQ Jabu.
2121
* Improve the error message when a settings string from the wrong randomizer version is imported.
2222
* Fix wrong Goal hints being generated for worlds other than the first in multiworld seeds.
23+
* Added some missing or incorrectly named locations in advanced logic.
2324

2425
## Other Changes
2526
* It is no longer required to have either the goron tunic or the Fewer Tunic Requirements trick for adult to go from the Bolero warp pad to the Fire temple in logic.

data/Glitched World/Forest Temple MQ.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"Forest Temple Twisted Hallway Switch": "True"
118118
},
119119
"locations": {
120-
"Forest Temple MQ ReDead Chest": "has_soul(Redead_and_Gibdo)"
120+
"Forest Temple MQ Redead Chest": "has_soul(Redead_and_Gibdo)"
121121
},
122122
"exits": {
123123
"Forest Temple NW Outdoors": "True",

data/Glitched World/Ganons Castle MQ.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[
22
{
33
"region_name": "Ganons Castle Lobby",
4+
"dungeon": "Ganons Castle",
45
"exits": {
56
"Castle Grounds From Ganons Castle": "True",
67
"Ganons Castle Main": "

data/Glitched World/Jabu Jabus Belly MQ.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@
104104
"Jabu Jabus Belly MQ Falling Like Like Room Chest": "has_soul(Like_Like)",
105105
"Jabu Jabus Belly MQ Falling Like Like Room Pot 1": "True",
106106
"Jabu Jabus Belly MQ Falling Like Like Room Pot 2": "True",
107+
"Jabu Jabus Belly MQ Falling Like-Like Room Right Cow Wonderitem 1": "True",
108+
"Jabu Jabus Belly MQ Falling Like-Like Room Right Cow Wonderitem 2": "True",
109+
"Jabu Jabus Belly MQ Falling Like-Like Room Right Cow Wonderitem 3": "True",
110+
"Jabu Jabus Belly MQ Falling Like-Like Room Left Cow Wonderitem 1": "True",
111+
"Jabu Jabus Belly MQ Falling Like-Like Room Left Cow Wonderitem 2": "True",
112+
"Jabu Jabus Belly MQ Falling Like-Like Room Left Cow Wonderitem 3": "True",
113+
"Jabu Jabus Belly MQ Falling Like-Like Room Explosives Wonderitem 1": "has_explosives",
114+
"Jabu Jabus Belly MQ Falling Like-Like Room Explosives Wonderitem 2": "has_explosives",
115+
"Jabu Jabus Belly MQ Falling Like-Like Room Explosives Wonderitem 3": "has_explosives",
107116
"Jabu Jabus Belly MQ Hallway Small Crate 1": "True",
108117
"Jabu Jabus Belly MQ Hallway Small Crate 2": "True",
109118
"Bombable Fairy": "has_bottle and has_explosives"

data/Glitched World/Overworld.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3460,7 +3460,7 @@
34603460
"region_name": "Kak Redead Grotto",
34613461
"scene": "Kak Redead Grotto",
34623462
"locations": {
3463-
"Kak ReDead Grotto Chest": "can_kill_redead"
3463+
"Kak Redead Grotto Chest": "can_kill_redead"
34643464
},
34653465
"exits": {
34663466
"Kakariko Village": "True"

data/Glitched World/Shadow Temple MQ.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@
136136
"Shadow Temple MQ Invisible Blades Silver Rupee 3": "True",
137137
"Shadow Temple MQ Invisible Blades Silver Rupee 4": "True",
138138
"Shadow Temple MQ Invisible Blades Silver Rupee 5": "True",
139-
"Shadow Temple MQ Invisible Blades Silver Rupee 6": "True"
139+
"Shadow Temple MQ Invisible Blades Silver Rupee 6": "True",
140+
"Shadow Temple MQ Invisible Blades Silver Rupee Like Like": "True"
140141
}
141142
},
142143
{

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '9.0.29'
1+
__version__ = '9.0.30'
22

33
# This is a supplemental version number for branches based off of main dev.
44
supplementary_version = 0

0 commit comments

Comments
 (0)