LEGOanimal22 Posted June 20, 2013 Share Posted June 20, 2013 Does anyone have VB code for making checksums and PIDs. Any thing helps. Link to comment Share on other sites More sharing options...
evandixon Posted June 20, 2013 Share Posted June 20, 2013 Look up codemonkey85's code library. The VB stuff only supports 4th gen and *.pkm files. Link to comment Share on other sites More sharing options...
LEGOanimal22 Posted June 20, 2013 Author Share Posted June 20, 2013 Would this be it? https://docs.google.com/folder/d/0B7Jy1hkXtr1mS0w5NWhST2xqb2s/edit?pli=1 Link to comment Share on other sites More sharing options...
evandixon Posted June 20, 2013 Share Posted June 20, 2013 Yep! You can use the code, or use it to figure out how to do it in your code. Link to comment Share on other sites More sharing options...
LEGOanimal22 Posted June 20, 2013 Author Share Posted June 20, 2013 Thanks Link to comment Share on other sites More sharing options...
codemonkey85 Posted June 21, 2013 Share Posted June 21, 2013 Actually do yourself a favor: stop trying to do it in VB and try it in a language more suited for working with binary data. You can do it in VB, but it's a much simpler task in, say, C++. (Why do you think I switched?) PS: PM or email me anytime if you need some guidance. Link to comment Share on other sites More sharing options...
LEGOanimal22 Posted June 21, 2013 Author Share Posted June 21, 2013 Would this be it?https://docs.google.com/folder/d/0B7Jy1hkXtr1mS0w5NWhST2xqb2s/edit?pli=1 How do I download these files? Link to comment Share on other sites More sharing options...
evandixon Posted June 21, 2013 Share Posted June 21, 2013 Try the drop box link in the thread. http://projectpokemon.org/forums/showthread.php?20984-PKMDS-Code-Library-Gen-V Link to comment Share on other sites More sharing options...
LEGOanimal22 Posted June 21, 2013 Author Share Posted June 21, 2013 i see a github link but no dropbox. Edit: was in QT thread Link to comment Share on other sites More sharing options...
evandixon Posted June 21, 2013 Share Posted June 21, 2013 He deleted it. If you log into Github, you can download an entire folder as a zip. Or you can try to use Git to download it. Link to comment Share on other sites More sharing options...
codemonkey85 Posted June 22, 2013 Share Posted June 22, 2013 He deleted it.If you log into Github, you can download an entire folder as a zip. Or you can try to use Git to download it. The stuff on Drive is still there, but yeah - you're better off using GitHub to download the zip, or just get an account and the Windows client and clone it. I'll probably close up shop on the public Drive folder soon anyway. Link to comment Share on other sites More sharing options...
LEGOanimal22 Posted June 22, 2013 Author Share Posted June 22, 2013 Got it, now just got to figure out how to use it Link to comment Share on other sites More sharing options...
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