Utilities for the Pokemon 100% Checklist Challenge that can be embedded in a website or ran as standalone .exe.
- Extract obtained elements from .sav
- Trigger events
- Sort PC boxes
- Simulate Mystery Gift (Generation 2)
- Tools to research flags
- RainingChain
- Kurt for PKHeX
- FabioAttard for event flag research
- Install Visual Studio 2022
- Add Visual Studio support for .NET (C#) projects
- To compile browser version (wasm):
- dotnet workload install wasm-tools-net7
- dotnet publish --configuration Release
- To compile desktop version (exe):
- Install .NET 7.0 Runtime (v7.0.20)
- Modify PkCompletionist.csproj
- dotnet publish --configuration Release