Jump to content

Jiggy-Ninja

Former Staff
  • Posts

    326
  • Joined

  • Last visited

Everything posted by Jiggy-Ninja

  1. Whoops. The problem is with one of the default values of a function parameter. PkmnGenders is an enumerated data type, and when I changed the gender parameter from bool to PkmnGenders, I forgot to change the default as well. Open resources.h in a text editor and look at line 42. QPixmap sprite( int natDexNumber, PkmnGenders gender = false, savType type = Pl, bool shiny = false ) Change "PkmnGenders gender = false" to "PkmnGenders gender = Male". After you get it to compile correctly, send the .exe to Fenzo so he can add it to the site. What kind of save? DP or platinum? That Magmortar is in the Party I assume? Hm....I must be messing up somewhere. Perhaps I'm off by a byte when reading/writing the stat data.... ---------- Post added at 12:39 PM ---------- Previous post was at 11:04 AM ---------- Added link for a Macintosh verison to the original post.
  2. Deposit the Poke in a box.
  3. It says (Not functional) right on the label. I didn't put that there for show or to trick people, that feature is currently under development.
  4. Which he said he'd leave to use. I'd have done it weeks ago, but I'm not modded here. >.>
  5. Tomorrow. I got it done fast. There is no guide yet, because no one has written one. Something may be wrong with your save, but if it's like the problem the other guy had, I'll think I'll change the validation code around a bit. Change some ANDs to ORs.
  6. No wonder. The entire back half of your save file is blank. The way PPSE is right now, it reads that as an Invalid save. Try setting No$GBA to save Raw saves instead of Compressed ones.
  7. RAW should load fine. There must be something wrong with your save. Post the save so I can check it.
  8. I'll be working on ARDS Code Output for a bit before tackling the huge chore that will be Pokemon editing. It should be a little lighter, and easier to handle for now.
  9. Yes, I'll repost that here so people know. Also, I accidentally left the giant textbox I use to assist in debugging in the program. It doesn't do anything, it's just rather large.
  10. PPSE is, cross platform, open source software written in Qt C++, and is still very much in development. The release philosophy for PPSE will be to release things as soon as they are done and have everyone beta test. For those interested in the source code, the project has a public SVN: http://svn.projectpokemon.org/ppse/. For those that wish to view the source without downloading it, the trac browser is more useful: http://ppse.projectpokemon.org/trac/browser Features: -Both Platinum and DP support -Pokedex Editing -Drag and Drop Pokemon organization. Changelog: 0.00: Checksum Fixing for D/P and Pl. Save type determined automatically. 0.01: Pokedex Editing without most special cases (spinda included). 0.02: Pokedex Editing revamped by Jiggy-Ninja, unown order editing added (not fully functional). 0.03: Pokédex complete. Added all of the special forms dialogs into the UI. Added functionality to the sprite boxes as well, showing the proper default forms for each entry. Spinda's spots are drawn in the Individual tab according to the PID, but not drawn in the Formes tab. 0.04: (revision 95) One click complete Pokedex Added new button to complete the gender forms area. Pokemon organizing dialog inspired by Codemonkey's PKMN Box Mark II. It's awesome, really. Spinda form editor in Pokedex improved. You can now drag a save into the main PPSE window to load it if you don't want to use the load dialog. Added support for loading saves using the command line. This means that if you associate .sav files with ppse.exe, double-clicking the save file will automatically open it in PPSE. 0.05: (Revision 100) * Added some context menu options for the Pokemon Organizer. * Added ARDS code output option to the Pokedex Editor and Pokemon Organizer. Windows version Mac version [intel Macs only, so far] (compiled by Balrog) Linux version to be compiled.
  11. No, I won't do that. It freezes on Chatot? Odd. I understand the freezing on something like Jynx, which has the gender problem I think I fixed, but I don't know what could be wrong with Chatot. Could you upload the edited save? 0.04 is almost ready! I'll post the changelog here ahead of time to build the suspense. One click complete Pokedex Added new button to complete the gender forms area. Pokemon organizing dialog inspired by Codemonkey's PKMN Box Mark II. It's awesome, really. Spinda form editor in Pokedex improved. You can now drag a save into the main PPSE window to load it if you don't want to use the load dialog. Added support for loading saves using the command line. This means that if you associate .sav files with ppse.exe, double-clicking the save file will automatically open it in PPSE. Agonize over the awesomeness! As you can see from the picture, PPSE won't mess up Japanese text and stuff like Pokesav does. Also, I need UI ideas for editing Pokemon! I'm thinking a tabbed dialog (like Codemonkey's Pokemon Viewer) or some other form of progressive disclosure is necessary, since dumping everything on one window like Pokesav does it is rather overwhelming. I need ideas for the best way to structure something like that though. Pictures, tree diagrams, or just random musings, anything's fine.
  12. It's highly unlikely that it's impossible to have a Shiny Adamant Pokemon. There's over 500,000 different shiny PIDs for any given ID-SID combo. The odds that not one of them can be adamant is quite silly. The parent's only influence on PID is inheriting Nature, the IVs have nothing to do with it. And the Shiny Encounter code probably does mess up Everstone inheritence.
  13. I would also include an "Anything capable of evolving into this" option. If you're searching for a Gengar, Ghastly and Haunter are sometimes equally good options, since you can evolve them into Gengar.
  14. Mine's the opposite of Hott's. It always sounds deeper to me when I hear it played back than when I here myself speak.
  15. It's not a problem, it's a feature. There are some things that are simply impossible to do. If the program doesn't make it, then it cannot be made.
  16. Something's definitely going wrong with your F thing. F should no be any bigger than 65,535.
  17. It's probably an impossible PID. PIDs are usually generated by 2 consecutive PRNG calls. It's probable that there are some PIDs that are impossible to generate because it is impossible for the PRNG to output the right numbers for it. I saw the guts of how SCV's PID IV program works. It would use the two halves of the PID to try and reconstruct what seed the PRNG had at the time the Pokemon was made. If it's coming up with no results, that means it can't reconstruct the seed, meaning that the PID is impossible. I don't know how X-act's works, so I can't speak for that one.
  18. It might. You could be messing up somewhere in your long and overcomplicated way, and it'll be a hard bug to find.
  19. NERD! Complete, total, absolute nerd! And damn proud of it too!
  20. If you ever want some help or chat about this, go to #pp-research on IRC.
  21. Pokemod is basically dead. Sabersite will be contributing to PPSE when he has the time instead, since there's already been a lot of progress with it. Basically, anything you see on these threads that mentions Pokemod, substitute PPSE.
×
×
  • Create New...