codemonkey85 / PKMDS

A Pokémon save hacking library written in C++! (currently supports Gen V and limited portions of Gen III / VI)
The Unlicense
22 stars 5 forks source link

Generation III Support #6

Closed codemonkey85 closed 10 years ago

codemonkey85 commented 10 years ago

Generation III support is messed up. Thanks to KazoWAR for his Gen III save editor (http://projectpokemon.org/forums/showthread.php?31254-A-Save-(3rd-Generation-Save-Editor)), seen in the below screenshot.

geniiisupporterror

codemonkey85 commented 10 years ago

See https://github.com/codemonkey85/PKMDS/blob/master/include/pkmds/pkmds_gba.h and https://github.com/codemonkey85/PKMDS/blob/master/lib/pkmds_gba.cpp for reference.

codemonkey85 commented 10 years ago

The bottom number in the terminal is the PID I am getting:

image

codemonkey85 commented 10 years ago

Fixed!