Skip to content

LA EncounterBots

Lusamine edited this page Sep 5, 2022 · 1 revision

Eventual hub for a number of programs for searching outbreaks, distortions, landmarks, and single spawners (for legendaries).

CopySeed Bot (EncBotCopySeedLA)

Like the other CopySeed programs, clicking Start copies the global RNG state to clipboard and outputs it in the log.

Attaching controllers clicks A, so if your game is minimized, hover over a different game to avoid resuming.

  • 128-bit output is directly from RAM.
  • 64-bit output is in the order s0, s1. It is directly read from RAM.
  • 64-bit PokeFinder is for BDSP PokeFinder. Don't use it here.
  • 32-bit output is in the order s0, s1, s2, s3, same as usual CaptureSight output.

Settings

  • EncounterLA > DisplaySeedMode: Changes the output to be one 128-bit value, two 64-bit values, or four 32-bit values.

RNG Monitor Bot (EncBotRNGMonitorLA)

Watches the global RNG state and reports it in the format specified.

Features

  • Displays total advances since the bot was started and number of advances since previous reported RNG state.
  • Copies the initial RNG state to clipboard when the bot is started.
  • Optionally pauses the game by clicking HOME if MaxTotalAdvances is exceeded.

If you want to pause the game's RNG advancements to look at the log, minimize it with the HOME button.

Settings

  • EncounterLA > DisplaySeedMode: Changes the output to be one 128-bit value, two 64-bit values, or four 32-bit values. Does not use the PokeFinder format.
  • EncounterLA > MonitorRefreshRate: Interval in milliseconds to check the global RNG state. This can be set as low as 0 for approximately 50 ms refresh rate.
  • EncounterLA > MaxTotalAdvances: Maximum total advances allowed before the bot clicks HOME to pause the game.