A collection of sample Pokémon encounters from Pokémon Sword and Shield.
See the Wiki for a full list of all Pokémon uploaded to this repository.
These were all dumped directly from the game using CFW.
For the purpose of data analysis, all of these are unmodified files dumped from an unmodified stock game except for the following:
- HOMEbound Pokémon from Pokémon GO were dumped from HOME as they cannot be moved into Sword/Shield.
- Any Pokémon with the Original Trainer name "Redact" was obtained from another user and the OT was changed to maintain their privacy.
- Shiny Pokémon from SV are the result of testing the mechanics of Meal Power and Union Circle. They are legal, not legitimate.
Many wild encounters are dumped from RAM and the Pokémon was never captured to save time. This still allows for analysis of all other traits except for a few which are generated after capture.
Complete Pokémon should be considered clones. Partial Pokémon require further editing which immediately makes them illegitimate. Whether anything here is safe to trade depends on your specific community's rules. Please be considerate and check before trading anything from here as legitimate.
Yes. As above, please be responsible with them if you plan to trade them to others.
I prefer to keep this limited to my own files since I know how they were obtained, but we can discuss if you have something interesting.
Yes, as long as it's easy to automate sampling.
Use the Advanced Search and enter your search in "Code options > With this file name".
There are many ways to do this. I manage this locally using git command line tools for sparse checkouts. As an example:
git clone --filter=blob:none --sparse https://github.com/Lusamine/Anubirb.git
git sparse-checkout init
git sparse-checkout set <directory1> <directory2>
For example, git sparse-checkout set "Mystery Gift/025-04 Unova Cap Pikachu"
will get the entire folder of Unova Cap Pikachu and nothing else. Changing what you have set will erase files that are no longer set and download any new ones.