Rescue Team:Dungeon RNG Manipulation
Quicksave RNG Manipulation is an unintended mechanic in Template:GameTitle. Even though Dungeons are supposed to be random, by Quicksaving it is possible to know in advance what the floor layouts, Pokémon spawns, Trap and Special Tile spawns, and Item spawns are in advance, as well as how other Pokémon in the dungeons will behave depending on the player's inputs. Inputs don't affect layouts and dungeon spawns, they affect the behavior of other Pokémon.
Useful Applications
Quicksave RNG Manipulation can be used to:
- make the dungeons always look the same when playing them
- complete difficult dungeons by simply following instructions
- guarantee recruits
- collect rare items, multiple times
Technical Details
When restarting the game after a quicksave, a 4 bytes value in the RAM[ram 1] is set to 1. This value is used to decide what the next floor will look like and what it will contain, and is updated when going to the next floor. The way it is updated when going to the next floor isn't random and is always calculated in the same way, as long as the player stays in the dungeon.[1] The value is reset to 1 after a quicksave and restart, even if the player already quicksaved and restarted on an earlier floor of the same dungeon, and the calculation restarts from 1 every time, so the way the dungeon looks depends on which floor the quicksave was made.
Addresses
- ↑ 0x203B458 in Red Rescue Team (North America)