Add bumper to enemy_deny

This commit is contained in:
2026-05-24 17:16:51 -05:00
parent 33cd2d076c
commit 5af7073ed1
3 changed files with 2 additions and 2 deletions

2
Rom.py
View File

@@ -85,7 +85,7 @@ from Utils import int16_as_bytes, int32_as_bytes, local_path, snes_to_pc
from Versions import DRVersion, GKVersion, ORVersion
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'd5b351a79bab079408bdf19b0deaa655'
RANDOMIZERBASEHASH = '2ef2af81254cf2ee22295a12f82a7ce2'
class JsonRom(object):