Skip to content

Commit 384403e

Browse files
authored
Rename all instances of Desert Wasteland to Haunted Wasteland. (#3372)
1 parent 60687af commit 384403e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

soh/soh/ActorDB.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ static std::unordered_map<u16, const char*> actorDescriptions = {
439439
{ ACTOR_EN_DAIKU_KAKARIKO, "Carpenters (Kakariko)" },
440440
{ ACTOR_BG_BOWL_WALL, "Bombchu Bowling Alley Wall" },
441441
{ ACTOR_EN_WALL_TUBO, "Bombchu Bowling Alley Bullseyes" },
442-
{ ACTOR_EN_PO_DESERT, "Poe Guide (Desert Wasteland)" },
442+
{ ACTOR_EN_PO_DESERT, "Poe Guide (Haunted Wasteland)" },
443443
{ ACTOR_EN_CROW, "Guay" },
444444
{ ACTOR_DOOR_KILLER, "Fake Door" },
445445
{ ACTOR_BG_SPOT11_OASIS, "Oasis (Desert Colossus)" },

soh/soh/Enhancements/randomizer/randomizer_check_objects.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ std::map<RandomizerCheckArea, std::string> rcAreaNames = {
783783
{ RCAREA_LAKE_HYLIA, "Lake Hylia"},
784784
{ RCAREA_GERUDO_VALLEY, "Gerudo Valley"},
785785
{ RCAREA_GERUDO_FORTRESS, "Gerudo Fortress"},
786-
{ RCAREA_WASTELAND, "Desert Wasteland"},
786+
{ RCAREA_WASTELAND, "Haunted Wasteland"},
787787
{ RCAREA_DESERT_COLOSSUS, "Desert Colossus"},
788788
{ RCAREA_MARKET, "Hyrule Market"},
789789
{ RCAREA_HYRULE_CASTLE, "Hyrule Castle"},

soh/soh/Enhancements/randomizer/randomizer_tricks.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ std::unordered_map<RandomizerTrickArea, std::string> rtAreaNames = {
219219
{ RTAREA_LAKE_HYLIA, "Lake Hylia"},
220220
{ RTAREA_GERUDO_VALLEY, "Gerudo Valley"},
221221
{ RTAREA_GERUDO_FORTRESS, "Gerudo Fortress"},
222-
{ RTAREA_WASTELAND, "Desert Wasteland"},
222+
{ RTAREA_WASTELAND, "Haunted Wasteland"},
223223
{ RTAREA_DESERT_COLOSSUS, "Desert Colossus"},
224224
{ RTAREA_MARKET, "Hyrule Market"},
225225
{ RTAREA_HYRULE_CASTLE, "Hyrule Castle"},

0 commit comments

Comments
 (0)