Fixed issue with GFX not transferring to VRAM in some cases

This commit is contained in:
codemann8
2024-03-21 05:39:17 -05:00
parent 21e4ef684f
commit 9eedbff0e5
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -43,7 +43,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '001235f09be679140ef2f940b8b7f5c2'
RANDOMIZERBASEHASH = '0b3b7a09b48e024c8e48d6c6768ca59a'
class JsonRom(object):