Uploaded December 2019 | Updated September 2026, 1 hour ago
Here I show it is possible in the restricted setting of Darunia ACE that it is possible to warp to unintended scenes with very simple ACE. This takes advantage of the Zoneout variables in the game's Save Context, the same values used by Void Warp.
The variable I modified here is the Zoneout Respawn Entrance Index (8011B948 on NTSC-1.0), a 2-byte value that stores the index into the entrance table of the scene to return you to when you void out. The value I set it to was 008D, a value for Twinrova's room, so when I void out it took me to Twinrova's room with the room number and coordinates of where I entered Goron City.
Since this makes use of Void Warp related values, similar restrictions apply. That is, void warping to a scene with a room number higher than one available on that scene will crash, and coordinates being bad may end up with you voiding out indefinitely upon arrival or getting stuck.
This is significantly easier than triggering a Wrong Warp, as the only value I strictly must edit is the Zoneout Respawn Entrance Index (but could also possibly modify the Room Number with some additional work) while for an ACE Wrong Warp you would have to modify the Next Entrance Index and the Warp Flag, and to play a Cutscene at your destination you must also modify the Cutscene Setter, which takes specific values FFF0 to FFFC to denote cutscenes 0-C.
As for the ACE process leading up to this, it is much the same as in Fig's ACE video, however I shot a second deku seed to store the entrance I want to load as it's y-rotation for ease of access.
Here I show it is possible in the restricted setting of Darunia ACE that it is possible to warp to unintended scenes with very simple ACE. This takes advantage of the Zoneout variables in the game's Save Context, the same values used by Void Warp.
The variable I modified here is the Zoneout Respawn Entrance Index (8011B948 on NTSC-1.0), a 2-byte value that stores the index into the entrance table of the scene to return you to when you void out. The value I set it to was 008D, a value for Twinrova's room, so when I void out it took me to Twinrova's room with the room number and coordinates of where I entered Goron City.
Since this makes use of Void Warp related values, similar restrictions apply. That is, void warping to a scene with a room number higher than one available on that scene will crash, and coordinates being bad may end up with you voiding out indefinitely upon arrival or getting stuck.
This is significantly easier than triggering a Wrong Warp, as the only value I strictly must edit is the Zoneout Respawn Entrance Index (but could also possibly modify the Room Number with some additional work) while for an ACE Wrong Warp you would have to modify the Next Entrance Index and the Warp Flag, and to play a Cutscene at your destination you must also modify the Cutscene Setter, which takes specific values FFF0 to FFFC to denote cutscenes 0-C.
As for the ACE process leading up to this, it is much the same as in Fig's ACE video, however I shot a second deku seed to store the entrance I want to load as it's y-rotation for ease of access.










