Skip to content

Commit 4b05ee9

Browse files
committed
Merge 'Reverse Spirit Temple Adult Lower Dual Hint' (#2303)
2 parents 8d27d45 + ee42708 commit 4b05ee9

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

HintList.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ def tokens_required_by_settings(world: World) -> int:
655655
'Spirit Temple Colossus Hands': ("upon the #Colossus's right and left hands# lie...^", None, 'dual'),
656656
'Spirit Temple Child Lower': ("between the #crawl spaces in the Spirit Temple# chests contain...^", None, 'dual'),
657657
'Spirit Temple Child Top': ("on the path to the #right hand of the Spirit Temple# a chest and a spider hold...^", None, 'dual'),
658-
'Spirit Temple Adult Lower': ("past a #silver block in the Spirit Temple# boulders and a melody conceal...^", None, 'dual'),
658+
'Spirit Temple Adult Lower': ("past a #silver block in the Spirit Temple# a melody and boulders conceal...^", None, 'dual'),
659659
'Spirit Temple MQ Child Top': ("on the path to the #right hand of the Spirit Temple# a chest and a spider hold respectively...^", None, 'dual'),
660660
'Spirit Temple MQ Symphony Room': ("#the symphony room# in the Spirit Temple protects...^", None, 'dual'),
661661
'Spirit Temple MQ Throne Room GS': ("in the #nine thrones room# of the Spirit Temple spiders hold...^", None, 'dual'),
@@ -1781,7 +1781,7 @@ def tokens_required_by_settings(world: World) -> int:
17811781
'Spirit Temple Colossus Hands': ['Spirit Temple Silver Gauntlets Chest', 'Spirit Temple Mirror Shield Chest'],
17821782
'Spirit Temple Child Lower': ['Spirit Temple Child Bridge Chest', 'Spirit Temple Child Early Torches Chest'],
17831783
'Spirit Temple Child Top': ['Spirit Temple Sun Block Room Chest', 'Spirit Temple GS Hall After Sun Block Room'],
1784-
'Spirit Temple Adult Lower': ['Spirit Temple Early Adult Right Chest', 'Spirit Temple Compass Chest'],
1784+
'Spirit Temple Adult Lower': ['Spirit Temple Compass Chest', 'Spirit Temple Early Adult Right Chest'],
17851785
'Spirit Temple MQ Child Top': ['Spirit Temple MQ Sun Block Room Chest', 'Spirit Temple MQ GS Sun Block Room'],
17861786
'Spirit Temple MQ Symphony Room': ['Spirit Temple MQ Symphony Room Chest', 'Spirit Temple MQ GS Symphony Room'],
17871787
'Spirit Temple MQ Throne Room GS': ['Spirit Temple MQ GS Nine Thrones Room West', 'Spirit Temple MQ GS Nine Thrones Room North'],

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ issue. You should always Hard Reset to avoid this issue entirely.
140140
* Biggoron's text after turning in the Eyedrops has been changed to avoid potential confusion.
141141
* Clarified the hint text for `HF Inside Fence Grotto`.
142142
* Farore's Wind now displays which dungeon it will warp Link to.
143+
* Reversed the order of the hints in the `Spirit Temple Adult Lower` dual hint.
143144

144145
### 8.2
145146

version.py

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

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

0 commit comments

Comments
 (0)