Editing
Final Descent Manipulation
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====via Cosmo Canyon==== A glitch in the field map script in [[cos_top]] can be used to set Field RNG to a specific set of values. This is primarily used in Any% and No Slots. The following is a representation of the field map script for the object COOK's Main script:<pre> Wait 30 Frames Play Animation Label 1: Set random value to Var[5][10] (8-bit) If Var[5][10] == 0: Wait 160 Frames Play Animation Label 2: If Var[5][10] == 1: Wait 30 Frames Play Animation Label 3: If Var[5][10] == 2: Wait 300 Frames Play Animation Wait for animation to finish Play Animation Label 4: If Var[5][10] == 3: Wait 90 Frames Play Animation Label 5 Goto Label 1 </pre>The problem in this script is that the function "Set random value to Var[5][10] (8-bit)" sets Var[5][10] to a random value from 0 to 255, not from 0 to 3 as is expected by the rest of the script. Therefore, 252/256 of the time that the main loop is ran, none of the conditions are met and it simply loops back to the top. This results in the game quickly jumping to the List values that result in the random numbers 0, 1, 2, or 3 being generated.
Summary:
Please note that all contributions to Final Fantasy VII Speedrun Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Final Fantasy VII Speedrun Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information