Skip to content

Pokémon Max Raid RNG manipulation tool, using wasm-bindgen

License

Notifications You must be signed in to change notification settings

sliminality/raidtomi

Repository files navigation

raidtomi

Raidtomi is a Web-based tool for Max Raid RNG manipulation in Pokémon Sword and Shield (Gen 8). Core seed searching and RNG logic is written in Rust and compiled to WebAssembly using wasm-bindgen. You can try it online at raidtomi.com.

The goal is to combine the Web-based convenience of Leanny's Seed Checker with the performance of native desktop tools like RaidFinder.

Compatibility

Currently, Raidtomi only works in desktop Firefox and Chrome, and Android mobile browsers. This is because Safari does not currently support BigInt64Array and BigUint64Array, both of which are used in wasm-bindgen.

Locations

In general:

  • src contains TypeScript and React code
  • crate contains Rust code

Notable parts of the codebase:

Acknowledgements

Thanks to the following people:

About

Pokémon Max Raid RNG manipulation tool, using wasm-bindgen

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published