Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 2.4 KB

README.md

File metadata and controls

31 lines (19 loc) · 2.4 KB

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: