diff --git a/soh/soh/Enhancements/randomizer/static_data.cpp b/soh/soh/Enhancements/randomizer/static_data.cpp index b9f1d2ba7..3a51d047c 100644 --- a/soh/soh/Enhancements/randomizer/static_data.cpp +++ b/soh/soh/Enhancements/randomizer/static_data.cpp @@ -5,7 +5,7 @@ namespace Rando { -std::unordered_map hintTypeNames = { +std::unordered_map hintTypeNames = { {HINT_TYPE_HINT_KEY, CustomMessage("Message")}, {HINT_TYPE_AREA, CustomMessage("Area")}, {HINT_TYPE_ITEM, CustomMessage("Item")}, @@ -140,7 +140,7 @@ std::unordered_map StaticData::gossipStoneCheck {RC_ZR_OPEN_GROTTO_GOSSIP_STONE, RH_ZR_OPEN_GROTTO_GOSSIP_STONE} }; -std::unordered_map areaNames = { //RANDOTODO resolve None in area +std::unordered_map areaNames = { //RANDOTODO resolve None in area {RA_NONE, RHT_LINKS_POCKET}, //explicit none in area hints usually means it's a starting item, so say Link's pocket {RA_LINKS_POCKET, RHT_LINKS_POCKET}, {RA_KOKIRI_FOREST, RHT_KOKIRI_FOREST},