Baserom changes
* Safeguard SRAM from Hobo / Pedestal / Zora specific things. * No more glitchy rain.
This commit is contained in:
parent
8615b2f0f5
commit
febe786968
2
Rom.py
2
Rom.py
|
@ -1,7 +1,7 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||||
RANDOMIZERBASEHASH = 'a0a9511a2a59e5e8009b38718f8da1bf'
|
RANDOMIZERBASEHASH = '0e845f0296a9011104041e02f58837f7'
|
||||||
|
|
||||||
import io
|
import io
|
||||||
import json
|
import json
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue