diff options
| author | Patrick12115 <115201185+Patrick12115@users.noreply.github.com> | 2025-02-16 09:59:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 08:59:15 -0600 |
| commit | 92ced5afae4b207cfd1d404783481a9b6dfa972b (patch) | |
| tree | 1995cf2e805581d32f034fdcfd4eb79d40481287 /mm/2s2h/Rando/StaticData/Options.cpp | |
| parent | c9cdbad4edf3a5db6e4fb65630c46483196d8c7e (diff) | |
Oath to Order Hint (#232)
* Add Oath Hint
Adds the ability to talk to Skull Kid and getting a hint to Oath if you meet the remains requirements to access the moon
* Changed textID
* clang it
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 f5b4d9357..569283794 100644 --- a/mm/2s2h/Rando/StaticData/Options.cpp +++ b/mm/2s2h/Rando/StaticData/Options.cpp @@ -20,6 +20,7 @@ std::map<RandoOptionId, RandoStaticOption> Options = { RO(RO_HINTS_BOSS_REMAINS, RO_GENERIC_OFF), RO(RO_HINTS_GOSSIP_STONES, RO_GENERIC_OFF), RO(RO_HINTS_HOOKSHOT, RO_GENERIC_OFF), + RO(RO_HINTS_OATH_TO_ORDER, RO_GENERIC_OFF), RO(RO_HINTS_PURCHASEABLE, RO_GENERIC_OFF), RO(RO_HINTS_SPIDER_HOUSES, RO_GENERIC_OFF), RO(RO_LOGIC, RO_LOGIC_GLITCHLESS), |
