diff options
| author | vaguerant <vaguerant@users.noreply.github.com> | 2022-06-27 21:01:55 +1000 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-27 23:17:16 -0400 |
| commit | 82f790d082a1f459e59d4931df6513cfb9730ccf (patch) | |
| tree | 036bfec8f83230f5b361cfd4a5dc2590a71ad499 /soh/src | |
| parent | a58ddd4f552ce6bb4cf3ac1da2166321efda6916 (diff) | |
Change Power to Upgrades
Diffstat (limited to 'soh/src')
| -rw-r--r-- | soh/src/overlays/gamestates/ovl_select/z_select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/overlays/gamestates/ovl_select/z_select.c b/soh/src/overlays/gamestates/ovl_select/z_select.c index c203c1f79..3295e5698 100644 --- a/soh/src/overlays/gamestates/ovl_select/z_select.c +++ b/soh/src/overlays/gamestates/ovl_select/z_select.c @@ -69,7 +69,7 @@ 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 (Power)", Select_LoadGame, 0x0315 }, + { "27:Great Fairy's Fountain (Upgrades)", 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 }, |
