Jump to content

Kaphotics

Helpful Member
  • Posts

    7843
  • Joined

  • Last visited

  • Days Won

    451

Everything posted by Kaphotics

  1. Can't tell with the screenshot provided.
  2. It's almost as if the first post has a huge and a Is it that hard?
  3. For XD the shadow purification value is loaded from the save file; could be that the index doesn't line up with the correct value. GetStoredSlot in SAV3XD
  4. The Constant dropdown instead of the Event Flag.
  5. Thanks, should be fixed in the latest commit https://github.com/kwsch/PKHeX/commit/79f0b3665f9f22ecc7b6aa3c621c92253718aedd
  6. Try using PKHeX: Export gci from memcard in dolphin Edit using pkhex export from pkhex to gci import gci to memcard in dolphin
  7. xy: 0x16A00 oras: 0x17400 pkhex writes 0x44 bytes of zeros or 01's to that offset if you feel like hex editing out to figure out which opowers are which, pls report back if you manage to identify which is which (nobody has bothered spending time identifying which byte is for which power)
  8. should be fixed in latest commit; the program will no longer increment the cell total for USUM (since giving all is for stickers) https://github.com/kwsch/PKHeX/commit/7ec7ca312dc09c9670ba69877c27e8220780a571 You can edit the event constant 161 in the Event Flag editor in the meantime
  9. It's the label shown underneath the 'criteria/action' dropdown. (in the example above, right underneath the "Set Equal To" is '0', which, indicates that the current value of _0x73 is 0 for the pkm currently loaded to tabs. If nothing shows up, then the pkm in tabs doesn't have that property. The "Byte" indicates the value type of the property (integer, byte, etc).
  10. Thanks for reporting, fixed in latest commit https://github.com/kwsch/PKHeX/commit/f351e9550fd68b310f539c96ce506a30ab03acb2
  11. Better to finish your ROM hack first, you're getting ahead of yourself. You'd eventually accomplish this in the cleanest way by using the plugin system and a new savefile class.
  12. TID and SID are internally as 16 bit numbers. You can modify the pkm in the main editor tabs to have the new tid/sid you want, then in the batch editor it will tell you the current value (stored format).
  13. structure: https://github.com/pret/pokeruby/blob/de2fe2cbbae599d9b336cb6762e3a03445cd5027/src/hall_of_fame.c#L39-L46 location: https://github.com/pret/pokeruby/blob/84c5825c8ecc9804313ec3b1a8dcc0271ee4c2cc/src/save.c#L77-L91 (last 2 chunks of the full save file [@ 2*0xE000], no backup present)
  14. Working as intended, PKHeX detects that the ribbon is hacked. Receiving one of those ribbons increases the original trainer affection by 20 for each contest it participates in. Max out the OT affection and you're done.
  15. Probably "Stat_Level" isn't changed since it is a party stat in all other formats. May be best to just have that as a 'gotcha' rather than accounting for it in the code?
  16. Thanks for reporting; fixed in latest commit https://github.com/kwsch/PKHeX/commit/fffc9436684808dfa6393557e21112eb7de65afe
  17. You'd need to export (save) the save file when you are done with your edits.
  18. Are you setting the CurrentLevel? Post the inductions you executed.
  19. Probably just need to differentiate the strings when they're initially loaded. (note to self).
  20. Double check that your 3ds is loading both the edited romfs AND the exefs. The exefs contains the actual move to be taught, and the romfs contains the text description.
  21. Set the OT_Memory, OT_TextVar, OT_Intensity, and OT_Feeling with the desired legal values?
  22. .AbilityNumber=$2 should work on all gen6+ save files.
  23. Read the changelog.
  24. I only had a few save files so I was only able to find one consistent location for 'party'-ish data. PBR saves aren't well documented outside of box data and a few other minor things. If the Party data is stored at a varied offset I'd rather not bother since it'd be a little too much effort for little gain (although, anyone can submit a pull request...)
×
×
  • Create New...