Fix for hera boss music (the last?)

This commit is contained in:
aerinon
2023-08-07 12:19:35 -06:00
parent a3fcd5ee24
commit bc5c6da2ac
3 changed files with 3 additions and 1 deletions

View File

@@ -110,10 +110,12 @@ These are now independent of retro mode and have three options: None, Random, an
# Bug Fixes and Notes
* 1.2.0.20u
* New generation feature that allows Spiral Stair to link to themselves (thank Catobat)
* Added logic for trap doors that could be opened using existing room triggers
* Fixed a problem with inverted generation and the experimental flag
* Added a notes field for user added notes either via CLI or Customizer (thanks Hiimcody and Codemann)
* Fixed a typo for a specific pot hint
* Fix for Hera Boss music (thanks Codemann)
* 1.1.6 (from Stable)
* Minor issue with dungeon counter hud interfering with timer
* 1.2.0.19u

2
Rom.py
View File

@@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '168574b64461acded5f2e8394a05577e'
RANDOMIZERBASEHASH = '61662913cc0cb12fb870d794937d88d9'
class JsonRom(object):

Binary file not shown.