Skip to content

Commit aebaf1d

Browse files
committed
Merge 'Fix crash in D-down menu with World.dungeon_rewards_hinted off' (#2321)
2 parents 41cbf89 + 891f08a commit aebaf1d

4 files changed

Lines changed: 3 additions & 54 deletions

File tree

ASM/src/config.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ TRIFORCE_PIECES_REQUIRED:
322322
SPECIAL_DEAL_COUNTS:
323323
.endarea
324324

325-
.area 9 * 0x17, 0x20
325+
.area 9 * 0x17, 0x00
326326
CFG_DUNGEON_REWARD_AREAS:
327327
.endarea
328328

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ issue. You should always Hard Reset to avoid this issue entirely.
124124
* Ocarina buttons required to play the Song of Time are now part of the `path of time` goal.
125125
* The `Frogs Ocarina Game` misc. hint text box has been moved slightly so it no longer requires reloading the area to reread.
126126
* Fix key rings being hinted as small keys when keys are in their own dungeons.
127+
* Fix a crash when pressing down on the D-pad on the inventory screen in some settings combinations.
127128

128129
#### Other Changes
129130
* Now supports custom music written for the Majora's Mask Randomizer.

data/generated/rom_patch.txt

Lines changed: 0 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.py

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

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

0 commit comments

Comments
 (0)