Skip to content

sliminality/raidtomi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: