Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 876 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 876 Bytes

Pokemon Completionist Utilities

Utilities for the Pokemon 100% Checklist Challenge that can be embedded in a website or ran as standalone .exe.

Features

  • Extract obtained elements from .sav
  • Trigger events
  • Sort PC boxes
  • Simulate Mystery Gift (Generation 2)
  • Tools to research flags

Credits:

Contributing

  • 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