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.
- Host: GitHub
- URL: https://github.com/fizzygalacticus/pkm
- Owner: FizzyGalacticus
- Created: 2014-03-26T20:22:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T06:19:09.000Z (over 12 years ago)
- Last Synced: 2026-03-06T10:11:22.845Z (4 months ago)
- Language: C++
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.