Jump to content

Kaphotics

Helpful Member
  • Posts

    7271
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. Works fine for the legends on the latest commit. Double check the OT gender isn't female. Fixed levels not being checked: https://github.com/kwsch/PKHeX/commit/c066df243f8b801980d7d481dc744ea9986bf0ce
  2. Fixed ESV search: https://github.com/kwsch/PKHeX/commit/959d598d766f6d7b8c7e62b99be0780b5c14d93e Fixed stat search: https://github.com/kwsch/PKHeX/commit/bb20ec49cc4c14e8d0a359303a7c16a5bd44e1eb thanks
  3. Kaphotics

    Pokerus

    fixed the days value being 1 when it is hidden: https://github.com/kwsch/PKHeX/commit/475acfaeac713c870e7d7cd0f99c44b03c458284 thanks
  4. Fixed: https://github.com/kwsch/PKHeX/commit/b69a6df6e785cbc7f7d4c737c8646f84af432e3e
  5. PKHeX does not support ROM Hacks. Any (partial) compatibility is not to be understood as any sort of support.
  6. Kaphotics

    Pokerus

    you didn't save the pkm data, or it was spread again.
  7. should be fixed now, thanks for reporting https://github.com/kwsch/PKHeX/commit/387030e16ff567d8c182db4260855c99f8eae683
  8. Kaphotics

    BATCH EDITOR

    Legal is a derived property and cannot be set. It's only use is to filter out Legal/Illegal pokemon from the selection query. You have to do whatever fixes are necessary yourself.
  9. Kaphotics

    BATCH EDITOR

    I shouldn't have to answer these questions for every single use case. The batch editor is made to be extremely flexible and simple (which makes it harder to learn); Last one I'll answer. You'd have to set all the OT_Memory/OT_TextVar/OT_Intensity/OT_Feeling to 0.
  10. Kaphotics

    BATCH EDITOR

    Use the drop-down above to select RelearnMove1. It will tell you what type of value it is expecting. You can also use $suggest: .RelearnMoves=$suggest will apply the suggested relearn moves that the legality check provides. For a full list of suggested fix shortcuts, check the source code for the auto-fixes "SetSuggestedPKMProperty" does.
  11. Here are the .bin files from pokecolo_ex.tgc, in case nobody has the colo jp bonus disc file handy. Not exactly sure how to verify if a multiboot is in the data. full file contents There's another tgc (thpPlayer.tgc) which just has thp videos. They take up the majority of the bonus disc contents and play on VLC dg = donkey konga dk = super donkey kong fz = f-zero mk = mario kart ml = mario & luigi rpg mp = mario party pb = pokemon box
  12. Use PKHeX and the Trainer Info editor to unlock both regardless of story progress.
  13. again, >the edited exefs file is either not being loaded or it is being overriden. double check that your edited files are the ones being loaded by the game when in doubt, follow a tutorial on youtube.
  14. https://github.com/kwsch/pk3DS/issues/116
  15. Uninstall any patches, the edited exefs file is either not being loaded or it is being overriden.
  16. pk3DS serves multiple purposes: * data visualization * data editing * data randomizing The more inter-connected certain edits need to be (ie, more advanced handling), the less likely they are to be fully fleshed out. === pk3DS shows the Tutor's list of moves it can tutor (what shows up in game), what they actually teach is separate from the displayed value. Updating the actual move table is extra handling which still has not been added (adding/fixing stuff takes time, and I have other things that interest me more). Remember, the community does not have the source code or flawless knowledge of how the games execute. Figuring out how to edit stuff and then simplifying it for regular users takes a lot of time
  17. Changing tutor shop selections doesn't work, same as OR/AS. There's a separate array which pk3DS doesn't change.
  18. Don't think you can receive that Tapu Koko gift on US/UM.
  19. Refer to the FAQ: > This forum section is NOT for help with obtaining your save file. Please use the Save Editing Help subforum. You're best off following a youtube tutorial. Get homebrew access since it's apparent you don't have it (again, obtaining your save file is not relevant to PKHeX).
  20. read the stickies. you have to export your save file as it is currently encrypted.
  21. use DebutGeneration on the latest commit https://github.com/kwsch/PKHeX/commit/c751c987a9cf3254366ec2fba56b2647ba22b2ab
  22. Kaphotics

    Batch Editor

    It's doing exactly what you instructed it to do; there's no point preventing users from forcing unusual values. There's too many permutations to be able to have to program figure out if X change makes pkm invalid 100% of the time.
  23. Kaphotics

    Batch Editor

    pkms set from tabs have automatic fixes applied. loading a pkm to tabs then checking the legality performs these same fixes. you can check legality from boxes directly by holding control when right clicking the slot.
  24. Naming something "main" does not make it a save file. Re-watch a tutorial as you haven't exported from the correct location.
×
×
  • Create New...