More GFX updates

- Apples and Chickens now have GFX
- Fixed issue with Menu not allowing DPad input with standing item on screen
- Fixed issue with keys not drawing properly during tablet animation
This commit is contained in:
codemann8
2023-05-09 21:36:38 -05:00
parent 5bce245de4
commit b0497ffe7e
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -38,7 +38,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '939310f7bb9ea2553c431e3dcdbf1ba3'
RANDOMIZERBASEHASH = '333e288ccb654220c0b492f4bf030e0c'
class JsonRom(object):