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:
CaitSith2 2021-02-10 09:31:53 -08:00
parent 0af77421fc
commit 26d69032e9
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@ -1,7 +1,7 @@
from __future__ import annotations
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'c2762f35df3f7d1ab79a577a97773945'
RANDOMIZERBASEHASH = 'a0a9511a2a59e5e8009b38718f8da1bf'
import io
import json

Binary file not shown.