Pokelib: javascript library to get contents of ROM and RAM of English R/B
Posted by: Stackout
Date: 2014-06-26 08:34:35
https://github.com/arcanis/pokelib
It allows viewing of all 256 valid and invalid items and Pokémon, but only valid moves right now (probably because the PDS (Pokémon Data String, unofficial name of R/B strings) to UTF-8 converter chokes on Super Glitch).
What would be nice to implement, and what I might get around to doing sometime and either making my own fork or submitting pull requests for:
1) Other language support: Japanese R/G/B, Spanish/Italian/German/French R/B
2) Yellow support
3) Integrate that Javascript GBASM compiler, easy way to test 8F payloads!
4) Fixups to support Super Glitch?
Those are the four things that I'd deem higher priority than anything else… I wonder what features anyone else would like added.