Temporary fix for avoiding VRAM issues in non-layout OWR modes

This commit is contained in:
codemann8
2023-04-03 08:21:34 -05:00
parent bbf254d6f6
commit 9cef1ff32e
3 changed files with 20 additions and 18 deletions

2
Rom.py
View File

@@ -38,7 +38,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '0dd61456cc38a4792d99d23047163660'
RANDOMIZERBASEHASH = '92c16c60f26218c9aec838ce204c0b1e'
class JsonRom(object):