


A ROM hack of The Legend of Zelda: Ocarina of Time that opens up the progression of the game by making minimal changes to the overworld, dungeon puzzles, and how the game directs the player. The project’s philosophy was to show how minimal, in-context changes could highlight the nonlinear structure already present in Ocarina of Time, while keeping the overall experience authentic to the original release.
Technical Summary
I co-led design and did the full implementation of the ROM hack. My work spanned the following:
- Progression Logic: Researched Ocarina of Time’s progression systems and identified opportunities to expand dungeon order flexibility.
- ROM Logic and Event Flags: Analyzed and modified event flags, hard/soft gates, and inventory triggers to support nonlinear dungeon progression.
- Level Editing: Used tools like SceneNavi to manipulate dungeon and overworld geometry, including object placement, dungeon switch types, and collision flags.
- Cutscene & Dialogue Modification: Extended existing dialogue and cutscenes to naturally guide players toward new progression paths.
- Puzzle Modifications: Updated dungeon puzzles (Fire and Water Temples, Spirit Temple) to accommodate alternate progression, including adjusting switch types and Bow target logic.
- Map Submenu Adjustments: Modified map pins and flashing indicators to align with expanded dungeon access, supporting in-game player guidance without altering original UI behavior.
- Design Philosophy Stewardship: Ensured all changes were minimal, consistent with the original style, and plausible within the canonical game world.
Ocarina of Time is (Almost) Nonlinear
The Legend of Zelda: Ocarina of Time was a milestone for 3D games and the medium as a whole; confidently translating and advancing the gameplay and narrative ambitions of the previous 2D entries to the Nintendo 64. Over 25 years later one of the most remarkable qualities of the game is how effectively it communicates to the player. Its developers had to walk a fine line between delivering an adventure with a vast scope and not overwhelming an audience unaccustomed to 3D gameplay. However, a common design element of earlier entries in the Zelda series is significantly less present in OoT: nonlinear progression.
While the series at this point was no stranger to linear games—notably, Zelda 2 and Link’s Awakening—A Link to the Past and the original Legend of Zelda give the player a remarkable degree of freedom to how they approach the game. With Ocarina of Time carrying the console game torch forward from A Link to the Past, it would be expected to be similarly structured, and… it actually is! Both games send the player through three smaller scale dungeons before rewarding them with the Master Sword and access to an altered, more open world that houses many full scale dungeons. Yet at the same time it isn’t, at least not to the same extent. Ocarina of Time only lets the player complete a few major sequences out of the intended order naturally and without exploits. Specifically, the Fire Temple and Ice Caverns can be completed immediately upon becoming an adult, and the Water and Spirit Temple can be completed without touching the Fire Temple.

While the game always has to finish on either the Shadow or Spirit Temple, the only other major choice comes from when the player chooses to complete the Fire temple.
That’s an appreciable degree of nonlinearity, but it doesn’t quite compare to the previous games. Except, OoT is more open than that, only most players would never notice it because the game intentionally guides the player through a linear dungeon order. The game frequently uses Navi to remind the player where they are supposed to go next, but it also enforces that intended path with obstacles that the player cannot clear without following it. Unlike the “hard” gates in the game that require key quest items like Medallions and the Spiritual Stones to progress, Ocarina of Time has many “soft” gates that only require the player to have access to dungeon items like Bombs or the Longshot.
Bombs, for example, act as a soft gate to the player entering Zora’s Domain in addition to the hard gate of Zelda’s Lullaby. If the player simply exits Dodongo’s Cavern after acquiring bombs and then departs for Zora’s River, they can complete Jabu Jabu before Dodongo’s Cavern, and bombs are never needed except at the entrance of Zora’s River! This isn’t the intended progression, as most players would complete Dodongo’s instead of unlocking bombs and then leaving, but it is supported in the strict sense that the developers accounted for it by allowing for it and even provided unique dialogue for doing so.




Both Goron's Ruby and Zora's Sapphire have unique text for whether it was obtained second or third.
There’s a few more instances of this type of progression gating in the game. All are accounted for in the game’s logic, and often supported by either dialogue, or the map screen where the next possible location(s) are marked. However, these ‘alternate routes’ are so far off the simplest path to progress that few players would even think look for them. Combined with the few instances where the game actually does hard gate progression, it creates the illusion for many players that the game is more linear than it actually is. If the game is going out of its way to give the player a path and occasionally making sure they stay on it, why even think to break from it?
Ocarina Unlocked
We set out to create Ocarina Unlocked with two specific goals: opening up possible dungeon progression and providing natural in-game context to our changes.
In this alternate progression order, Child Link can complete either Dodongo’s Cavern or Inside Jabu Jabu as the second dungeon without any soft gates in the way. Adult Link can then tackle the Forest, Fire, and Water Temples in any order. The Shadow Temple becomes accessible after completing Forest and Fire, and conversely, the Spirit Temple becomes accessible after Forest and Water.

These logical progression changes are then supported by a small number of unintrusive modifications to the game’s original dialogue and map screen logic—just enough to inform the player that other progress options are available that were not already directly stated by the game.
Ocarina Unlocked is compatible with the US 1.0 version of the game. We wanted to support this version of the game since it’s the original official release.
Progression Changes
Jabu Jabu (Zora’s River boulders)
I moved the boulders blocking the path through Zora’s River as Child Link out of the way. This opens Zora’s Domain and Jabu Jabu up to be completed as the second dungeon, since bombs are only necessary to get past the entrance of Zora’s River.


An interesting note is that Kaepora Gaebora (the owl), can be found at the entrance of Zora’s River immediately meeting Zelda for the first time. Here, they remind the player to use Zelda’s Lullaby to solve the waterfall puzzle ahead–even though you wouldn’t be able to because of the boulders!
Fire & Water Temples
In the Fire Temple there is a single Bow target puzzle which the dungeon map is locked behind. I replaced this with a crystal switch. Our philosophy for this hack was that any dungeon that can be accessed should be completable outside of secrets like Gold Skulltulas. After a bit of debate we decided that “complete” should include things that would greatly assist a first time player like the map and compass. The crystal switch also has the benefit of being hit multiple ways, letting the player figure out their own solution! This also fits with the other crystal switch puzzles in the Fire Temple.


The Water Temple however, incorporates bow target puzzles into its central path. We felt replacing these with crystal switches would also be more in the spirit of the dungeon design, as the distance to hit the crystals would require the Longshot. These bow targets also felt particularly arbitrary to us as they are mid-dungeon, meaning the player could get halfway through and hit an impassable wall without backtracking out and doing the Forest Temple.


Shadow Temple
Uniquely, the Shadow Temple is the only dungeon in the main progression to directly require the completion of prior dungeons in the same timeline. The Nocturne of Shadow cutscene with Sheik that precedes the Shadow Temple is a hard gate: it only triggers after the Forest, Fire, and Water medallions are acquired. This stands in contrast to the Spirit Temple which—while requiring the Forest Temple to be completed so the player can return to the past—only gates the player with the Longshot from the Water Temple.
To bring the two “final” dungeons closer together in prerequisites, we decided to remove the Water Temple as a requirement from Shadow. This was one of our most dramatic changes and it came about after a lot of debate over how best to open up the progression in the Adult Link dungeons. We like the symmetry this gives to temples, pairing Fire with Shadow and Water with Spirit, which are also linked geographically. Earlier on in the project, I attempted to give earlier access to Spirit Temple by removing the Longshot requirement from the entrance to the desert, but this proved difficult to modify in a way that felt natural. Instead, giving earlier access to Shadow Temple should allow for more flexibility in progression while maintaining a tiered dungeon difficulty.
As a consequence of this change, a small change did need to be made to the Shadow Temple itself. To our surprise, there was only a single target requiring the Longshot in the temple which would need to be modified. However, the various shot targets in the game are not as easily edited as switches since they are actually just geometry flagged to be hookshot-able. Luckily for us, this room contained a chest that could be moved to substitute for the Longshot target and be reachable with the base Hookshot.


Fun fact: The room never actually required the Longshot to begin with! Backflipping onto the chest in its original position actually gives the player enough height to Hookshot to the intended target, but we felt this was a bit too much to ask of a player on a potential first playthrough.
Spirit Temple
The Spirit Temple contains two optional rusted switches that require the Megaton Hammer, yet even in the vanilla game, the temple can be accessed without doing the Fire Temple prior. In the original game this works as a way to reward players for completing dungeons in the intended order even if it wasn’t strictly necessary. Within the context of our changes to the Shadow Temple and Fire/Water though, we felt that these should be changed to regular switches.


Contextual Changes
While the primary goal of the ROM hack is to remove the gates in Ocarina of Time’s progression, we also decided to make minor additional changes to the game’s dialogue, cutscenes, and interface to more naturally integrate modified progression logic into the game. Not making these changes would have technically accomplished our goals for this ROM hack, but we felt that taking these extra steps better fit our philosophy for the hack: not just to make the changes, but to show how simply they could have been a part of the original game.
The main ways the game provides context to progression are dialogue and the map submenu. We updated both for our change, allowing earlier access to Zora’s Domain. We tried to keep these changes minimal, and keep any dialogue updates as close to the original style as possible.
Impa Cutscene
After meeting Zelda for the first time, Link is taught Zelda’s Lullaby by Impa, who then sends them on their way to Death Mountain. This dialogue, and Navi’s subsequent ‘reminder’ dialogue, was our first set of contextual info to modify.
In Impa’s speech to Link, she introduces the player to Death Mountain as a location:
Take a good look at that mountain. That is Death Mountain, home of the Gorons. They hold the Spiritual Stone of Fire.
In Ocarina Unlocked, we follow up this dialogue with a similar mention of the Zora’s and the Spiritual Stone of Water:
The Spiritual Stone of Water is held by the Zora. The river that runs through Hyrule flows from their home, Zora’s Domain.
Impa delivers this dialogue as part of a cutscene, where the Death Mountain mention occurs in a shot particularly framing the mountain in the distance. In order to deliver our added dialogue seamlessly, we incorporated an additional camera shot highlighting the entrance to Zora’s River. Making this change was quite the challenge!
One interesting note, Impa closes out her speech by reminding the player to use Zelda’s Lullaby to solve upcoming puzzles:
The song I just taught you has some mysterious power. Only Royal Family members are allowed to learn this song.
This reminder to the player is not only applicable for retrieving the Sun’s Song and speaking to Darunia on Goron City, but also for opening the entrance to Zora’s Domain!
Navi Dialogue
In the base game, after Impa sends you off to Kakariko Village to look for the Spiritual Stone of Fire, Navi will remind the player what Impa said:
Impa said that the Spiritual Stone of Fire is somewhere on Death Mountain.
To support our changes to the Impa cutscene, we modified Navi’s dialogue here to:
Impa said that the Spiritual Stones are somewhere on Death Mountain and in Zora’s Domain.
Sheik Cutscene
Upon becoming an adult, the player is greeted by Sheik, who introduces the concept of the five sages and their temples. Sheik alludes to Saria and the Forest Temple as the next steps in the game’s main plot:
One Sage is waiting for the time of awakening in the Forest Temple. The Sage is a girl I am sure you know… Because of the evil power in the temple, she cannot hear the awakening call from the Sacred Realm… Unfortunately, equipped as you currently are, you cannot even enter the temple… But, if you believe what I’m saying, you should head to Kakariko Village…
In Ocarina Unlocked, the player can tackle the Forest, Fire, or Water temple as their first Adult Link dungeon. We considered modifying the dialogue here to either directly mention Darunia and Ruto and their temples, or making the dialogue more vague as to apply to all three of the Forest, Fire, and Water sages. We ultimately decided not to do so, as either would significantly extend the cutscene and dilute the original emphasis on the Link’s relation to Saria and the Kokiri Forest.
We instead settled on the following change:
Unfortunately, equipped as you currently are, you cannot enter any of the temples… But, if you believe what I’m saying, you should head to Kakariko Village…
Update Map Submenu
Ocarina of Time’s map sub-menu includes location pins that flash when the player should travel there.

Whether or not the location marker is flashing is determined by a sequence of inventory and event checks. One of our goals for this ROM hack was to update these markers to match our changes to the play order of the game. Our main change was to highlight the Zora’s Domain marker after receiving Zelda’s Lullaby, to indicate to the player that they can progress either to Kakariko Village or Zora’s River.
Resources
Tools
References
Related Projects



A ROM hack of The Legend of Zelda: Ocarina of Time that opens up the progression of the game by making minimal changes to the overworld, dungeon puzzles, and how the game directs the player. The project’s philosophy was to show how minimal, in-context changes could highlight the nonlinear structure already present in Ocarina of Time, while keeping the overall experience authentic to the original release.
Technical Summary
I co-led design and did the full implementation of the ROM hack. My work spanned the following:
- Progression Logic: Researched Ocarina of Time’s progression systems and identified opportunities to expand dungeon order flexibility.
- ROM Logic and Event Flags: Analyzed and modified event flags, hard/soft gates, and inventory triggers to support nonlinear dungeon progression.
- Level Editing: Used tools like SceneNavi to manipulate dungeon and overworld geometry, including object placement, dungeon switch types, and collision flags.
- Cutscene & Dialogue Modification: Extended existing dialogue and cutscenes to naturally guide players toward new progression paths.
- Puzzle Modifications: Updated dungeon puzzles (Fire and Water Temples, Spirit Temple) to accommodate alternate progression, including adjusting switch types and Bow target logic.
- Map Submenu Adjustments: Modified map pins and flashing indicators to align with expanded dungeon access, supporting in-game player guidance without altering original UI behavior.
- Design Philosophy Stewardship: Ensured all changes were minimal, consistent with the original style, and plausible within the canonical game world.
Ocarina of Time is (Almost) Nonlinear
The Legend of Zelda: Ocarina of Time was a milestone for 3D games and the medium as a whole; confidently translating and advancing the gameplay and narrative ambitions of the previous 2D entries to the Nintendo 64. Over 25 years later one of the most remarkable qualities of the game is how effectively it communicates to the player. Its developers had to walk a fine line between delivering an adventure with a vast scope and not overwhelming an audience unaccustomed to 3D gameplay. However, a common design element of earlier entries in the Zelda series is significantly less present in OoT: nonlinear progression.
While the series at this point was no stranger to linear games—notably, Zelda 2 and Link’s Awakening—A Link to the Past and the original Legend of Zelda give the player a remarkable degree of freedom to how they approach the game. With Ocarina of Time carrying the console game torch forward from A Link to the Past, it would be expected to be similarly structured, and… it actually is! Both games send the player through three smaller scale dungeons before rewarding them with the Master Sword and access to an altered, more open world that houses many full scale dungeons. Yet at the same time it isn’t, at least not to the same extent. Ocarina of Time only lets the player complete a few major sequences out of the intended order naturally and without exploits. Specifically, the Fire Temple and Ice Caverns can be completed immediately upon becoming an adult, and the Water and Spirit Temple can be completed without touching the Fire Temple.

While the game always has to finish on either the Shadow or Spirit Temple, the only other major choice comes from when the player chooses to complete the Fire temple.
That’s an appreciable degree of nonlinearity, but it doesn’t quite compare to the previous games. Except, OoT is more open than that, only most players would never notice it because the game intentionally guides the player through a linear dungeon order. The game frequently uses Navi to remind the player where they are supposed to go next, but it also enforces that intended path with obstacles that the player cannot clear without following it. Unlike the “hard” gates in the game that require key quest items like Medallions and the Spiritual Stones to progress, Ocarina of Time has many “soft” gates that only require the player to have access to dungeon items like Bombs or the Longshot.
Bombs, for example, act as a soft gate to the player entering Zora’s Domain in addition to the hard gate of Zelda’s Lullaby. If the player simply exits Dodongo’s Cavern after acquiring bombs and then departs for Zora’s River, they can complete Jabu Jabu before Dodongo’s Cavern, and bombs are never needed except at the entrance of Zora’s River! This isn’t the intended progression, as most players would complete Dodongo’s instead of unlocking bombs and then leaving, but it is supported in the strict sense that the developers accounted for it by allowing for it and even provided unique dialogue for doing so.




Both Goron's Ruby and Zora's Sapphire have unique text for whether it was obtained second or third.
There’s a few more instances of this type of progression gating in the game. All are accounted for in the game’s logic, and often supported by either dialogue, or the map screen where the next possible location(s) are marked. However, these ‘alternate routes’ are so far off the simplest path to progress that few players would even think look for them. Combined with the few instances where the game actually does hard gate progression, it creates the illusion for many players that the game is more linear than it actually is. If the game is going out of its way to give the player a path and occasionally making sure they stay on it, why even think to break from it?
Ocarina Unlocked
We set out to create Ocarina Unlocked with two specific goals: opening up possible dungeon progression and providing natural in-game context to our changes.
In this alternate progression order, Child Link can complete either Dodongo’s Cavern or Inside Jabu Jabu as the second dungeon without any soft gates in the way. Adult Link can then tackle the Forest, Fire, and Water Temples in any order. The Shadow Temple becomes accessible after completing Forest and Fire, and conversely, the Spirit Temple becomes accessible after Forest and Water.

These logical progression changes are then supported by a small number of unintrusive modifications to the game’s original dialogue and map screen logic—just enough to inform the player that other progress options are available that were not already directly stated by the game.
Ocarina Unlocked is compatible with the US 1.0 version of the game. We wanted to support this version of the game since it’s the original official release.
Progression Changes
Jabu Jabu (Zora’s River boulders)
I moved the boulders blocking the path through Zora’s River as Child Link out of the way. This opens Zora’s Domain and Jabu Jabu up to be completed as the second dungeon, since bombs are only necessary to get past the entrance of Zora’s River.


An interesting note is that Kaepora Gaebora (the owl), can be found at the entrance of Zora’s River immediately meeting Zelda for the first time. Here, they remind the player to use Zelda’s Lullaby to solve the waterfall puzzle ahead–even though you wouldn’t be able to because of the boulders!
Fire & Water Temples
In the Fire Temple there is a single Bow target puzzle which the dungeon map is locked behind. I replaced this with a crystal switch. Our philosophy for this hack was that any dungeon that can be accessed should be completable outside of secrets like Gold Skulltulas. After a bit of debate we decided that “complete” should include things that would greatly assist a first time player like the map and compass. The crystal switch also has the benefit of being hit multiple ways, letting the player figure out their own solution! This also fits with the other crystal switch puzzles in the Fire Temple.


The Water Temple however, incorporates bow target puzzles into its central path. We felt replacing these with crystal switches would also be more in the spirit of the dungeon design, as the distance to hit the crystals would require the Longshot. These bow targets also felt particularly arbitrary to us as they are mid-dungeon, meaning the player could get halfway through and hit an impassable wall without backtracking out and doing the Forest Temple.


Shadow Temple
Uniquely, the Shadow Temple is the only dungeon in the main progression to directly require the completion of prior dungeons in the same timeline. The Nocturne of Shadow cutscene with Sheik that precedes the Shadow Temple is a hard gate: it only triggers after the Forest, Fire, and Water medallions are acquired. This stands in contrast to the Spirit Temple which—while requiring the Forest Temple to be completed so the player can return to the past—only gates the player with the Longshot from the Water Temple.
To bring the two “final” dungeons closer together in prerequisites, we decided to remove the Water Temple as a requirement from Shadow. This was one of our most dramatic changes and it came about after a lot of debate over how best to open up the progression in the Adult Link dungeons. We like the symmetry this gives to temples, pairing Fire with Shadow and Water with Spirit, which are also linked geographically. Earlier on in the project, I attempted to give earlier access to Spirit Temple by removing the Longshot requirement from the entrance to the desert, but this proved difficult to modify in a way that felt natural. Instead, giving earlier access to Shadow Temple should allow for more flexibility in progression while maintaining a tiered dungeon difficulty.
As a consequence of this change, a small change did need to be made to the Shadow Temple itself. To our surprise, there was only a single target requiring the Longshot in the temple which would need to be modified. However, the various shot targets in the game are not as easily edited as switches since they are actually just geometry flagged to be hookshot-able. Luckily for us, this room contained a chest that could be moved to substitute for the Longshot target and be reachable with the base Hookshot.


Fun fact: The room never actually required the Longshot to begin with! Backflipping onto the chest in its original position actually gives the player enough height to Hookshot to the intended target, but we felt this was a bit too much to ask of a player on a potential first playthrough.
Spirit Temple
The Spirit Temple contains two optional rusted switches that require the Megaton Hammer, yet even in the vanilla game, the temple can be accessed without doing the Fire Temple prior. In the original game this works as a way to reward players for completing dungeons in the intended order even if it wasn’t strictly necessary. Within the context of our changes to the Shadow Temple and Fire/Water though, we felt that these should be changed to regular switches.


Contextual Changes
While the primary goal of the ROM hack is to remove the gates in Ocarina of Time’s progression, we also decided to make minor additional changes to the game’s dialogue, cutscenes, and interface to more naturally integrate modified progression logic into the game. Not making these changes would have technically accomplished our goals for this ROM hack, but we felt that taking these extra steps better fit our philosophy for the hack: not just to make the changes, but to show how simply they could have been a part of the original game.
The main ways the game provides context to progression are dialogue and the map submenu. We updated both for our change, allowing earlier access to Zora’s Domain. We tried to keep these changes minimal, and keep any dialogue updates as close to the original style as possible.
Impa Cutscene
After meeting Zelda for the first time, Link is taught Zelda’s Lullaby by Impa, who then sends them on their way to Death Mountain. This dialogue, and Navi’s subsequent ‘reminder’ dialogue, was our first set of contextual info to modify.
In Impa’s speech to Link, she introduces the player to Death Mountain as a location:
Take a good look at that mountain. That is Death Mountain, home of the Gorons. They hold the Spiritual Stone of Fire.
In Ocarina Unlocked, we follow up this dialogue with a similar mention of the Zora’s and the Spiritual Stone of Water:
The Spiritual Stone of Water is held by the Zora. The river that runs through Hyrule flows from their home, Zora’s Domain.
Impa delivers this dialogue as part of a cutscene, where the Death Mountain mention occurs in a shot particularly framing the mountain in the distance. In order to deliver our added dialogue seamlessly, we incorporated an additional camera shot highlighting the entrance to Zora’s River. Making this change was quite the challenge!
One interesting note, Impa closes out her speech by reminding the player to use Zelda’s Lullaby to solve upcoming puzzles:
The song I just taught you has some mysterious power. Only Royal Family members are allowed to learn this song.
This reminder to the player is not only applicable for retrieving the Sun’s Song and speaking to Darunia on Goron City, but also for opening the entrance to Zora’s Domain!
Navi Dialogue
In the base game, after Impa sends you off to Kakariko Village to look for the Spiritual Stone of Fire, Navi will remind the player what Impa said:
Impa said that the Spiritual Stone of Fire is somewhere on Death Mountain.
To support our changes to the Impa cutscene, we modified Navi’s dialogue here to:
Impa said that the Spiritual Stones are somewhere on Death Mountain and in Zora’s Domain.
Sheik Cutscene
Upon becoming an adult, the player is greeted by Sheik, who introduces the concept of the five sages and their temples. Sheik alludes to Saria and the Forest Temple as the next steps in the game’s main plot:
One Sage is waiting for the time of awakening in the Forest Temple. The Sage is a girl I am sure you know… Because of the evil power in the temple, she cannot hear the awakening call from the Sacred Realm… Unfortunately, equipped as you currently are, you cannot even enter the temple… But, if you believe what I’m saying, you should head to Kakariko Village…
In Ocarina Unlocked, the player can tackle the Forest, Fire, or Water temple as their first Adult Link dungeon. We considered modifying the dialogue here to either directly mention Darunia and Ruto and their temples, or making the dialogue more vague as to apply to all three of the Forest, Fire, and Water sages. We ultimately decided not to do so, as either would significantly extend the cutscene and dilute the original emphasis on the Link’s relation to Saria and the Kokiri Forest.
We instead settled on the following change:
Unfortunately, equipped as you currently are, you cannot enter any of the temples… But, if you believe what I’m saying, you should head to Kakariko Village…
Update Map Submenu
Ocarina of Time’s map sub-menu includes location pins that flash when the player should travel there.

Whether or not the location marker is flashing is determined by a sequence of inventory and event checks. One of our goals for this ROM hack was to update these markers to match our changes to the play order of the game. Our main change was to highlight the Zora’s Domain marker after receiving Zelda’s Lullaby, to indicate to the player that they can progress either to Kakariko Village or Zora’s River.