I built a free, open-source tool that reads your Pokémon team live from mGBA and analyses its type coverage
An open-source desktop app that reads a Pokémon party out of an emulator's RAM as you play and analyses it. Sharing it because a few of the design problems turned out more interesting than I expected. The emulator script interprets nothing. A Lua script inside mGBA ships raw bytes and a game identity over TCP; all decoding happens on the C# side. Adding an emulator costs a script and zero lines…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.