Difference between revisions of "The Legend of Zelda/Luck Manipulation"

From Red Candle
Jump to: navigation, search
Line 1: Line 1:
 +
== Initial Bomb Drop ==
 +
 
The Zelda RNG changes with every frame. In the NES version, the counter starts at the title screen. In the FDS version, the counter starts when side B runs, at the character select screen. Generally that doesn't matter, since things will never happen at the same time, but the one key exception is a first bomb drop.
 
The Zelda RNG changes with every frame. In the NES version, the counter starts at the title screen. In the FDS version, the counter starts when side B runs, at the character select screen. Generally that doesn't matter, since things will never happen at the same time, but the one key exception is a first bomb drop.
  
Line 8: Line 10:
  
 
For the bomb drop, it may not be likely to hit any window suggested by this chart. But the possibility exists. Some runners have found that certain delays at the title/character select screen produce better results, if it avoids a fixed 'lull' in the drops.
 
For the bomb drop, it may not be likely to hit any window suggested by this chart. But the possibility exists. Some runners have found that certain delays at the title/character select screen produce better results, if it avoids a fixed 'lull' in the drops.
 +
 +
== Full-Level Manipulation ==
 +
 +
JSR has worked on a scheme for manipulating the randomness out of Level 3:
 +
 +
{{#ev:youtube|https://www.youtube.com/watch?v=c01x8nX9EpM}}

Revision as of 20:43, 13 January 2020

Initial Bomb Drop

The Zelda RNG changes with every frame. In the NES version, the counter starts at the title screen. In the FDS version, the counter starts when side B runs, at the character select screen. Generally that doesn't matter, since things will never happen at the same time, but the one key exception is a first bomb drop.

Here is a chart of the Zelda drop RNG at the start of the game, with a 10 frame moving average. Each bar represents the numbered frame, and the 9 frames preceding.

Quoth fiskbit: "It's minor, but there are ~80 frames of lag from power on to entry into the red darknut room, which will delay the luck spike.... It's probably about a second of lag (24 of those frames are during power-on)." Later, he said "When you kill a darknut, you're probably 54, 62, or 70 frames earlier than you think you are."

zelda-drops-rolling-average-5400-frames.png

For the bomb drop, it may not be likely to hit any window suggested by this chart. But the possibility exists. Some runners have found that certain delays at the title/character select screen produce better results, if it avoids a fixed 'lull' in the drops.

Full-Level Manipulation

JSR has worked on a scheme for manipulating the randomness out of Level 3: