Base rom changes
* Stop resuing the memory region that was used formerly for compass stats. * Add flags for dungeon prize collected. 7EF46B-7EF46C, same bit ordering as maps/compass/big key. Something useful for auto-tracking, so that it can know that you actually collected the Swamp Palace prize, even if duped out of another dungeon.
This commit is contained in:
parent
0af77421fc
commit
26d69032e9
2
Rom.py
2
Rom.py
|
@ -1,7 +1,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = 'c2762f35df3f7d1ab79a577a97773945'
|
||||
RANDOMIZERBASEHASH = 'a0a9511a2a59e5e8009b38718f8da1bf'
|
||||
|
||||
import io
|
||||
import json
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue