Vliegtuig Posted April 22, 2010 Posted April 22, 2010 Hello, I was wondering if someone could help me, I want to make a small program, where I can open a PokéSav .pkm file and then display the information in VB.net or C#, but I don't know how to start. Regards Vliegtuig.
Jadefish Posted April 23, 2010 Posted April 23, 2010 If you open the file as a series of bytes, you can analyze it and pick it apart based on the data here. Keep in mind that boxed Pokémon are smaller than party Pokémon.
Vliegtuig Posted April 23, 2010 Author Posted April 23, 2010 Hmm...well my problem is that I don't know how to open them as bytes...
codemonkey85 Posted April 23, 2010 Posted April 23, 2010 First of all: The Bulbapedia page is way outdated, so use this page instead. Second of all: check out my VB.Net PKMDS Pokémon code library here, and let me know if you have any questions.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now