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 },