An open API service indexing awesome lists of open source software.

https://github.com/fizzygalacticus/pkm

Attempting to understand Pokemon's .pkm file format.
https://github.com/fizzygalacticus/pkm

Last synced: about 2 months ago
JSON representation

Attempting to understand Pokemon's .pkm file format.

Awesome Lists containing this project

README

          

PKM
===

Attempting to understand Pokemon's .pkm file format.
Using instructions from these websites:

http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_data_structure_in_Generation_IV
http://www.projectpokemon.org/wiki/Pokemon_NDS_Structure

Must be compiled with c++11 compatible compiler.