Skip to content

Commit

Permalink
Merge 'Reverse Spirit Temple Adult Lower Dual Hint' (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohnson57 committed Dec 7, 2024
2 parents 8d27d45 + ee42708 commit 4b05ee9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HintList.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def tokens_required_by_settings(world: World) -> int:
'Spirit Temple Colossus Hands': ("upon the #Colossus's right and left hands# lie...^", None, 'dual'),
'Spirit Temple Child Lower': ("between the #crawl spaces in the Spirit Temple# chests contain...^", None, 'dual'),
'Spirit Temple Child Top': ("on the path to the #right hand of the Spirit Temple# a chest and a spider hold...^", None, 'dual'),
'Spirit Temple Adult Lower': ("past a #silver block in the Spirit Temple# boulders and a melody conceal...^", None, 'dual'),
'Spirit Temple Adult Lower': ("past a #silver block in the Spirit Temple# a melody and boulders conceal...^", None, 'dual'),
'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'),
'Spirit Temple MQ Symphony Room': ("#the symphony room# in the Spirit Temple protects...^", None, 'dual'),
'Spirit Temple MQ Throne Room GS': ("in the #nine thrones room# of the Spirit Temple spiders hold...^", None, 'dual'),
Expand Down Expand Up @@ -1781,7 +1781,7 @@ def tokens_required_by_settings(world: World) -> int:
'Spirit Temple Colossus Hands': ['Spirit Temple Silver Gauntlets Chest', 'Spirit Temple Mirror Shield Chest'],
'Spirit Temple Child Lower': ['Spirit Temple Child Bridge Chest', 'Spirit Temple Child Early Torches Chest'],
'Spirit Temple Child Top': ['Spirit Temple Sun Block Room Chest', 'Spirit Temple GS Hall After Sun Block Room'],
'Spirit Temple Adult Lower': ['Spirit Temple Early Adult Right Chest', 'Spirit Temple Compass Chest'],
'Spirit Temple Adult Lower': ['Spirit Temple Compass Chest', 'Spirit Temple Early Adult Right Chest'],
'Spirit Temple MQ Child Top': ['Spirit Temple MQ Sun Block Room Chest', 'Spirit Temple MQ GS Sun Block Room'],
'Spirit Temple MQ Symphony Room': ['Spirit Temple MQ Symphony Room Chest', 'Spirit Temple MQ GS Symphony Room'],
'Spirit Temple MQ Throne Room GS': ['Spirit Temple MQ GS Nine Thrones Room West', 'Spirit Temple MQ GS Nine Thrones Room North'],
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ issue. You should always Hard Reset to avoid this issue entirely.
* Biggoron's text after turning in the Eyedrops has been changed to avoid potential confusion.
* Clarified the hint text for `HF Inside Fence Grotto`.
* Farore's Wind now displays which dungeon it will warp Link to.
* Reversed the order of the hints in the `Spirit Temple Adult Lower` dual hint.

### 8.2

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '8.2.31'
__version__ = '8.2.32'

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

0 comments on commit 4b05ee9

Please sign in to comment.