Companion tool for GBOperatorHelper that supports Pokémon Emerald 100% completion automation.
Provides structured data and tooling to accelerate autonomous Pokémon Emerald bot development:
- 100% Completion Tracking — Data model of all completion requirements (386 Pokémon, 500+ items, 600+ trainers)
- Procedural Lua Script Generation — Generate mGBA Lua scripts from route definitions
- Test Infrastructure — Verification test cases for route segments
- Route Planning — Optimal paths for 100% completion
| Repo | Purpose |
|---|---|
| GBOperatorHelper | Python bot that plays Pokémon Emerald via mGBA-http |
| EmeraldMapInterfaceTool | Support tool for completion tracking, Lua generation, testing |
npm installsrc/ # Core tool logic
data/ # Completion data, route definitions, map data
PRD.MD # Full product requirements document
NEXT_STEPS.md # Current development priorities
STATUS.md # Project status
- Node.js (see
package.json)