summaryrefslogtreecommitdiff
path: root/soh/src
diff options
context:
space:
mode:
authorvaguerant <vaguerant@users.noreply.github.com>2022-06-27 17:16:58 +1000
committerNicholas Estelami <NEstelami@users.noreply.github.com>2022-06-27 23:17:16 -0400
commita58ddd4f552ce6bb4cf3ac1da2166321efda6916 (patch)
tree05ec690cfb7946cd054b1dc956752cdb40385853 /soh/src
parentcc22fe17bbe97f9569c422814a9d3633f0f65789 (diff)
Map Select name fixes
Diffstat (limited to 'soh/src')
-rw-r--r--soh/src/overlays/gamestates/ovl_select/z_select.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/soh/src/overlays/gamestates/ovl_select/z_select.c b/soh/src/overlays/gamestates/ovl_select/z_select.c
index 43cb479c7..c203c1f79 100644
--- a/soh/src/overlays/gamestates/ovl_select/z_select.c
+++ b/soh/src/overlays/gamestates/ovl_select/z_select.c
@@ -69,9 +69,9 @@ static SceneSelectEntry sScenes[] = {
{ "24:Grave 1", Select_LoadGame, 0x031C },
{ "25:Grave 2", Select_LoadGame, 0x004B },
{ "26:Royal Family's Tomb", Select_LoadGame, 0x002D },
- { "27:Great Fairy's Fountain (Din)", Select_LoadGame, 0x0315 },
- { "28:Great Fairy's Fountain (Farore)", Select_LoadGame, 0x036D },
- { "29:Great Fairy's Fountain (Nayru)", Select_LoadGame, 0x0371 },
+ { "27:Great Fairy's Fountain (Power)", Select_LoadGame, 0x0315 },
+ { "28:Fairy's Fountain (Grotto)", Select_LoadGame, 0x036D },
+ { "29:Great Fairy's Fountain (Magic)", Select_LoadGame, 0x0371 },
{ "30:Ganon's Tower - Collapsing", Select_LoadGame, 0x043F },
{ "31:Castle Courtyard", Select_LoadGame, 0x0400 },
{ "32:Fishing Pond", Select_LoadGame, 0x045F },
@@ -129,7 +129,7 @@ static SceneSelectEntry sScenes[] = {
{ "84:Stairs to Ganondorf's Lair", Select_LoadGame, 0x041B },
{ "85:Ganondorf's Lair", Select_LoadGame, 0x041F },
{ "86:Ice Cavern", Select_LoadGame, 0x0088 },
- { "87:Dampé Grave Relay Game", Select_LoadGame, 0x044F },
+ { "87:Dampe Grave Relay Game", Select_LoadGame, 0x044F },
{ "88:Inside Ganon's Castle", Select_LoadGame, 0x0467 },
{ "89:Ganon's Lair", Select_LoadGame, 0x0517 },
{ "90:Escaping Ganon's Castle 1", Select_LoadGame, 0x0179 },