Jump to content

Kaphotics

Helpful Member
  • Posts

    7214
  • Joined

  • Last visited

  • Days Won

    356

Everything posted by Kaphotics

  1. Extract your save file with homebrew; save files on the SD card are stored encrypted and not decryptable outside of the 3DS they originated on.
  2. Overworld items are immediately placed in your overworld item list, not the underground item list.
  3. Because the game recalculates stats whenever it feels like it. Having hacked stats is not permanent.
  4. Store a private field reference to the original Initialize members, so that you can reuse them outside of the initialize (like during the NotifySaveLoaded scenario).
  5. I've revised the logic so that it updates the Met Date when toggling the IsEgg flag in the latest commit: https://github.com/kwsch/PKHeX/commit/e48c81f68549c72a15d2a8267068cfdba2fb3c92 Won't be available until the next release, but you can try the development build if it irks you in the meantime
  6. You can use PKHeX to generate a shiny without specific IVs like so: 0. Settings: EncounterDb.UseTabsAsCriteria = true 1. view cresselia BD encounter 2. set all IVs to 31 3. make it shiny 4. view cresselia BD encounter again Not a single command typed. > There should be edit boxes that allow users to specify everything. Wouldn't you agree? Use the PKHeX-Plugins' auto legality mod if you want things to be generated for you. Letting the user specify everything would require too much coding; not worth the effort.
  7. > But I noticed after "hatching" my shiny eggs in pkhex Be more specific. Assuming you're not using the batch editor or the box-manipulation menu, and are instead just manually changing things in the PKM Editor part of the main window, then this is intended. PKHeX lets you have full control of everything, and does minimal related updates when you change things, because you are the one in control of each data field.
  8. It's not in the Sinnoh Dex, and you haven't yet completed enough of the game story to unlock the National Dex.
  9. ...no? PKHeX already only allows Poké Ball for any bred Riolu.
  10. > It's too bad how PKHeX's Encounter Database is very limited and doesn't allow users to specify the IVs and natures before generating. You're wrong. That's the entire purpose of the EncounterDb setting UseTabsAsCriteria PKHeX checks at most 50,000 different attempts before giving up, so as to not hang the program for impossible requests. Load a Roamer encounter, set all the IVs to 31, make it shiny, then regenerate. You'll get a legal roamer that you can set to level 100 and hyper train accordingly to get your 6IV result.
  11. Logic is getting short circuited for Kangaskhan, should be showing it as illegal. Will fix later (VerifyBallEgg).
  12. It has an invalid PIDIV; you can't get Method 4 PIDIVs on static encounters on retail hardware -- emulation is imperfect for vblank interrupts, hence emulated sessions producing invalid spreads.
  13. Can get your own save file by playing it on your legitimately purchased console & game cartridge/digital download purchase.
  14. The left side is for modifying the main set of flags (and some form flags), while the right side button is for forms only. Normally, the complete dex only sets nonshiny flags because not all legendary flags are legal as shiny. Holding control will bypass this restriction, like in prior editors.
  15. PKHeX behaves like the official games, and only allows transferring between games if there's an official transfer method, as that data transfer behavior is documented. Incompatible transfers are speculative, but there is a program setting to enable them.
  16. Unable to replicate on the latest builds.
  17. Please follow directions. Use the Block Data editor. Scroll down to the line with "Player". Expand it. The first property there is Bike Color.
  18. Change the body type in the Block Data ->MyStatus region.
  19. Gen7 style TID/SID are not the TID/SID 16-bit format the batch editor uses. You should be setting the display TID and display SID properties, namely TrainerID7 and TrainerSID7, not TID/SID.
  20. Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/2bc9ff9073bd418ea95cb459d735a4f9fc767c29
  21. The event is called "connect online with your legitimately purchased console & copy of the game" to have mystery gift unlock it for you.
  22. Connect online and receive the update data. The events were not finished on v1.0.0
×
×
  • Create New...