mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-10 11:35:19 -05:00
Map Select name fixes
This commit is contained in:
parent
cc22fe17bb
commit
a58ddd4f55
@ -69,9 +69,9 @@ static SceneSelectEntry sScenes[] = {
|
|||||||
{ "24:Grave 1", Select_LoadGame, 0x031C },
|
{ "24:Grave 1", Select_LoadGame, 0x031C },
|
||||||
{ "25:Grave 2", Select_LoadGame, 0x004B },
|
{ "25:Grave 2", Select_LoadGame, 0x004B },
|
||||||
{ "26:Royal Family's Tomb", Select_LoadGame, 0x002D },
|
{ "26:Royal Family's Tomb", Select_LoadGame, 0x002D },
|
||||||
{ "27:Great Fairy's Fountain (Din)", Select_LoadGame, 0x0315 },
|
{ "27:Great Fairy's Fountain (Power)", Select_LoadGame, 0x0315 },
|
||||||
{ "28:Great Fairy's Fountain (Farore)", Select_LoadGame, 0x036D },
|
{ "28:Fairy's Fountain (Grotto)", Select_LoadGame, 0x036D },
|
||||||
{ "29:Great Fairy's Fountain (Nayru)", Select_LoadGame, 0x0371 },
|
{ "29:Great Fairy's Fountain (Magic)", Select_LoadGame, 0x0371 },
|
||||||
{ "30:Ganon's Tower - Collapsing", Select_LoadGame, 0x043F },
|
{ "30:Ganon's Tower - Collapsing", Select_LoadGame, 0x043F },
|
||||||
{ "31:Castle Courtyard", Select_LoadGame, 0x0400 },
|
{ "31:Castle Courtyard", Select_LoadGame, 0x0400 },
|
||||||
{ "32:Fishing Pond", Select_LoadGame, 0x045F },
|
{ "32:Fishing Pond", Select_LoadGame, 0x045F },
|
||||||
@ -129,7 +129,7 @@ static SceneSelectEntry sScenes[] = {
|
|||||||
{ "84:Stairs to Ganondorf's Lair", Select_LoadGame, 0x041B },
|
{ "84:Stairs to Ganondorf's Lair", Select_LoadGame, 0x041B },
|
||||||
{ "85:Ganondorf's Lair", Select_LoadGame, 0x041F },
|
{ "85:Ganondorf's Lair", Select_LoadGame, 0x041F },
|
||||||
{ "86:Ice Cavern", Select_LoadGame, 0x0088 },
|
{ "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 },
|
{ "88:Inside Ganon's Castle", Select_LoadGame, 0x0467 },
|
||||||
{ "89:Ganon's Lair", Select_LoadGame, 0x0517 },
|
{ "89:Ganon's Lair", Select_LoadGame, 0x0517 },
|
||||||
{ "90:Escaping Ganon's Castle 1", Select_LoadGame, 0x0179 },
|
{ "90:Escaping Ganon's Castle 1", Select_LoadGame, 0x0179 },
|
||||||
|
Loading…
Reference in New Issue
Block a user