Skip to content

Commit

Permalink
Merge branch 'OverworldShuffleDev' into OverworldShuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
codemann8 committed Oct 30, 2024
2 parents 0721682 + e5f3722 commit f52d4d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.5.0.5
- Fixed issue with vanilla HCBK acting like a small key

## 0.5.0.4
- Fixed dark room item gfx
- Fixed dungeon item pickup behavior in cross-dungeon glitched scenarios
Expand Down
2 changes: 1 addition & 1 deletion OverworldShuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from OverworldGlitchRules import create_owg_connections
from Utils import bidict

version_number = '0.5.0.4'
version_number = '0.5.0.5'
# branch indicator is intentionally different across branches
version_branch = ''

Expand Down
2 changes: 1 addition & 1 deletion Rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'f943d3d9b542d59dfed768b3f89646c9'
RANDOMIZERBASEHASH = '2d658871687c966f35dd9597a4195256'


class JsonRom(object):
Expand Down
Binary file modified data/base2current.bps
Binary file not shown.

0 comments on commit f52d4d5

Please sign in to comment.