mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Hookify more Entrance Rando handling (#4500)
* Hookify more entrance rando handling * fix bad enums
This commit is contained in:
parent
6e024ed15d
commit
98fa5663b4
15 changed files with 92 additions and 85 deletions
|
@ -105,7 +105,7 @@ std::map<SceneID, RandomizerCheckArea> DungeonRCAreasBySceneID = {
|
|||
std::vector<uint32_t> spoilingEntrances = {
|
||||
ENTR_DEKU_TREE_ENTRANCE,
|
||||
ENTR_DODONGOS_CAVERN_BOSS_DOOR,
|
||||
ENTR_JABU_JABU_BOSS_DOOR,
|
||||
ENTR_JABU_JABU_ENTRANCE,
|
||||
ENTR_JABU_JABU_BOSS_DOOR,
|
||||
ENTR_FOREST_TEMPLE_ENTRANCE,
|
||||
ENTR_FIRE_TEMPLE_ENTRANCE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue