Jump to content

Kaphotics

Helpful Member
  • Posts

    7210
  • Joined

  • Last visited

  • Days Won

    356

Everything posted by Kaphotics

  1. PKHeX will be able to do most edits. You can't change the overworld base entrances as those are hard coded into the ROM. We've already figured out the team structure, decoration inventory, and trainer info portions... still a work in progress.
  2. rebattle the elite four then go to the top of sky pillar (for now) it's in progress
  3. Same percent chance (1:4096); nothing in regards to the PKX struct changed.
  4. PKHeX doesn't interfere with usage of bank; install the Pokebank app via Eshop or .CIA and you can use it with your games.
  5. New Update: FIRST LINK IN DOWNLOADS - Added Daycare/GTS slot viewing - Added Pokepuff/Trainer Info/Passerby/Box Layout (+Wallpapers)/Super Training(needs work)/Hall of Fame/Event Flag button functionality for ORAS. - Added: Rebattle Flags for a few legendary encounters -- work in progress. - Added: X/Y save protection when setting in Pokemon with unavailable move/item/abilities. - Fixed: Saving X/Y saves in this ORAS branch. - Fixed: Form text has been trimmed to be more flexible. - Fixed: Setting Pokedex flags to the wrong area. Big thanks to SciresM and Rei for contributing saves and testing certain aspects. Be sure to check PKHeX's GitHub page for interim updates, I've been making a few commits between releases. If I make a comment that something is fixed, it'll be fixed on GitHub if you recompile from that source.
  6. X/Y saves will be savable in the next ORAS Beta (~2 hours away). I don't own a 3DS, X/Y, or OR/AS.
  7. Gateway requires a pricy ($80 USD) flashcart and a 3DS system on <4.5 firmware ($120+). Gateway is region free. Wait for the next PKHeX which I'll post in a couple of hours. Trying to add as much content and fixes right now so I can have a stable version for a few days.
  8. Chill, you should always keep backups. I've already said to NOT use the ORAS PKHeX version when editing X/Y saves. ORAS content is not supported in the last stable release, so editing ORAS PKM files won't work. I do not have any involvement with CyberGadget; as I've already mentioned they do not support ORAS yet. When/If they do add support for their device, PKHeX will already be compatible as SaveDataFiler saves are identical. r4i save dongle has never supported save resigning.
  9. The blanket statement says you can inject to gen 6 games if you have [...]. Cyber only supports X/Y, while Gateway SaveDataFiler can do X/Y/OR/AS.
  10. Can't replicate that in the current version. Be sure you are up to date. Changing the species changes the EXP to match the current level; setting it into a slot will not change the EXP. Pikachu forms added.
  11. I screwed up X/Y save exporting with the ORAS Beta version; use the old version without ORAS support for X/Y for now. ORAS crap in X/Y saves isn't a good idea; I have to add some legality checking to prevent invalid indexes transferring over. (Progress is being made) http://i.snag.gy/konzZ.jpg
  12. Not hard to edit it via hex or with SciresM's program when it is updated. There are other things for me to do atm.
  13. Cyber Save Editor does not support the games at this time, but PKHeX will support the output if it eventually does.
  14. Added ORAS support; although it's not entirely ready I decided to get a functional version out there now. Download link is in the first post. Only has Box/Party/Item/Wondercard editing enabled if you load an ORAS save, and I still need to tweak the text assets to behave like the old ones. Cosplay Pikachu will be supported in the next version.
  15. Found the problem, you didn't select the Wondercard Entry ID to delete from the log. I've updated the program to not crash. In the middle of adding ORAS support (Already have added Box/Party/Item/Wondercard editing), will have an update out after initial testing is done and more game assets are dumped.
  16. Might support it right out the gate, but will throw errors for ORAS content. I plan to update this program over the weekend.
  17. Due to save file size limits, the most you can have at a given time (for 4th gen games) is 4 wondercards. You have to delete/trash an existing card before you can receive a new one.
  18. Please read the forum sticky. http://projectpokemon.org/forums/announcement.php?f=83 We do not support or aid those who are attempting to bypass official checks.
  19. I don't own a gateway or a 3DS/xy, so I cannot provide one. Demo save structure was pretty much the same as X/Y, so I should be able to support ORAS saves once I get a ripped save. The source code already has a template set up for ORAS, so all I have to do is tweak the program a little
  20. IVs are not correlated to PID for Gen V origin mons as the IVs come from a separate random number generator (MTRNG for IVs, PRNG for PID). Wondercards are an exception. IVs are correlated for Gen 3/4 origin mons except for wondercards, as the PID is generated with a timer value instead of a PRNG value.
  21. Ah that's a problem with how I refactored the code. I've fixed it; for now you can just press the "Continue" button when the error message comes up. When ORAS comes out (and I add support for the game) the fix will be included. Eggs don't have a friendship/happiness; they instead use that byte for storing how many step-cycles (n*256) are needed before it hatches.
  22. Still no. The OP lists what it is compatible with. To other posters: please keep legality discussion out of this thread and only post questions/suggestions pertaining to the program.
  23. http://en.wikipedia.org/wiki/Bitwise_operation >> is "bitshift right" ^ is "bitwise XOR" & is "bitwise AND" 0xFFFF is 16 consecutive "1"s in binary; when using with AND, it will keep the lowest 16 bits, and no higher. Basically it strips it down to 16 bits from a 32 bit number. esv is a shorthand representation of the PID which can be compared to a shorthand representation of the trainer ID.
  24. ONLY if you posess a 4.5 console & Gateway Flashcart
×
×
  • Create New...