Jump to content

Kaphotics

Helpful Member
  • Posts

    7272
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. Fixed in latest commit. Thanks for reporting
  2. Dragonair evolves at level 55 into Dragonite. Gems (besides Normal) are not available in Gen VI games.
  3. Fixed in latest commit. Thanks for reporting!
  4. Yes, you are correct.
  5. Fixed in latest commit. Thanks for reporting! (until next release, just edit event constant 0x78 (#60))
  6. Those ones aren't in the Wild Encounter (Overworld) garc (no idea where!); they are likely CRO related which we cannot edit (insufficient research). Fixed in latest commit. Thanks for reporting
  7. Fixed in latest commit. Thanks for reporting!
  8. http://projectpokemon.org/forums/showthread.php?17122-Diamond-Pearl-Position-LUA-script
  9. Should be ready for testing now.
  10. Can always save -> open in excel (or any csv viewer) and delete the columns you don't want...
  11. Implemented in latest commit. Thanks for the suggestion!
  12. Too general of a 'report' to figure out what you're doing wrong. 0x1000(9C) for powersaves, or 0x65000/0x76000 for cyber/sdf saves.
  13. Control clicking Randomize IVs sets them all to 31, alt clicking Randomize IVs sets them all to zero (iirc) clicking a label 6x is a little more work for a user instead of setting all to 31 and choosing a hidden power type (and maybe altering a single IV afterward)
  14. Noted. Bug has now been fixed, but I'm pushing the commit later (overhauling some stuff atm). Thanks for reporting!
  15. CRO Editing is on hold as it's not possible to get the edits to load in-game at this time. - pokedex (especialy list order and pokemon's location) - not CRO, maybe in the future. - event pokemon (like rustling bush or drops from the ceiling) - already editable in the Encounter Editor - In-game trades - CRO - the amount of exp given by exp share - CRO/ExeFS (unknown) - inver's pokemon pool (inverse battle). - pretty pointless, maybe in the future. Easy to just redirect loading of one of the Maison GARCs and have it load in the Maison editor.
  16. Fixed the Randomizer issues for X/Y in the latest commit. Thanks I'll have to investigate the X/Y build later. Building a romfs doesn't error out...
  17. Heh, nice. The method is triggering twice. First trigger -> delete data; move data down so no middle slot is empty. Second trigger -> delete same slot data; " " Try shift-clicking (setting) to the 6th slot with 1 party member. Another bug -- Turns out the PictureBoxes were subscribed to the view/set/delete method twice (via Click and MouseDown). Fixed in the first commit. Party Setting display bug also fixed in the second commit. Thanks for reporting
  18. Kaphotics

    Feature Request

    already exists, click the "OT" label https://github.com/kwsch/PKHeX/blob/master/PKX/f1-Main.cs#L1396
  19. Check your firmware version, if it is not 9.0.0-20 thru 9.5.0-22 (both the 9.X.X and the -XX) then it will not work for you.
  20. Do not enter values above 255. Restrictions on value entry have been added in the latest commit.
  21. http://i.snag.gy/RkZD0.jpg Choose the two files to diff; press F6 to advance to the next difference; to hop all the way to 0x14A00 just ctrl-G on both files and then find the next diff.
  22. HxD can do a diff, start at 0x14A00.
  23. FlagDiff will just tell you what flags are set vs what flags were unset when comparing two loaded save files. The Researcher doesn't do event constants since those are fairly easy to understand with any diff-comparing program. The event constant range can change as it stores integers of things like [starter index chosen] used for deciding what Rival Trainer set you face. They can also be reusable for things like storing the random result of "come show me [X] for a reward today".
  24. Kaphotics

    pkhex error

    Maybe you should listen to the error... http://projectpokemon.org/forums/showthread.php?47063-PKHeX-error http://projectpokemon.org/forums/showthread.php?46204-quot-Save-Box-Data-quot-doesn-t-work
  25. Fixed in latest commit. Trash Bytes and a recent change are the root of the issue Thanks for reporting this issue! --- Also, thanks for the feature pull request; has been merged. I have tweaked it a little to avoid a bug where the user exits out of the FolderBrowserDialog without specifying a file.
×
×
  • Create New...