diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2026-07-28 00:21:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-27 23:21:18 -0500 |
| commit | 630536f681e0b362f58793cd1d8d003c817621bf (patch) | |
| tree | f0b582f26c680f37b759c24d47f8486c70d59d87 /mm/2s2h/Rando/StaticData/Options.cpp | |
| parent | 2c83cc890d70f4f68e1ca1e7bee753905efca467 (diff) | |
[Rando] Shuffle Wonder Items (#1785)
* Shuffle Wonder Items
* Add swordsman school gong Rupee
* Add Termina Field wall items
* Remove unneeded hardcoded actor position
* Make EnItem00 wonder items invisible
Diffstat (limited to 'mm/2s2h/Rando/StaticData/Options.cpp')
| -rw-r--r-- | mm/2s2h/Rando/StaticData/Options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/StaticData/Options.cpp b/mm/2s2h/Rando/StaticData/Options.cpp index 8427d6d6d..d06fab31e 100644 --- a/mm/2s2h/Rando/StaticData/Options.cpp +++ b/mm/2s2h/Rando/StaticData/Options.cpp @@ -71,6 +71,7 @@ std::map<RandoOptionId, RandoStaticOption> Options = { RO(RO_SHUFFLE_TYCOON_WALLET, RO_GENERIC_OFF), RO(RO_SHUFFLE_TREE_DROPS, RO_GENERIC_OFF), RO(RO_SHUFFLE_TRIFORCE_PIECES, RO_GENERIC_OFF), + RO(RO_SHUFFLE_WONDER_ITEMS, RO_GENERIC_OFF), RO(RO_SKULLTULA_TOKENS_MAX, SPIDER_HOUSE_TOKENS_REQUIRED), RO(RO_SKULLTULA_TOKENS_REQUIRED, SPIDER_HOUSE_TOKENS_REQUIRED), RO(RO_STARTING_CONSUMABLES, RO_GENERIC_OFF), |
