Minor logic and terrain GFX changes to Spiral/Mimic Ledge in Inverted

- Also updated GFX routine to handle and correct GFX issues when exceeding the max number of GFX
This commit is contained in:
codemann8
2023-06-15 12:42:33 -05:00
parent a842939e92
commit 1cbee3f190
5 changed files with 3 additions and 5 deletions

2
Rom.py
View File

@@ -38,7 +38,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '37055215524a94f346e892b7a716c2ef'
RANDOMIZERBASEHASH = '5dc49b073decbc3b66635157ddedf05c'
class JsonRom(object):