Jump to content

Kaphotics

Helpful Member
  • Posts

    7897
  • Joined

  • Last visited

  • Days Won

    463

Everything posted by Kaphotics

  1. 0x100 bytes for flags * 8 bits / byte = 2048 bits for flags. Eon Ticket's received flag is stored elsewhere in the save, and there aren't others with flags > 2048. There's no side-effects on the save file with this issue; it's now fixed and will be in the next posted version. Thank you for bringing this to my attention!
  2. sdsme, and hex editing.
  3. PKHeX -> Box Layout -> Unlocked: [ComboBox DropDown]
  4. Fixed in the latest commit, didn't cast it properly. I also improved the loading speed by reducing unneeded operations [TABLE=class: diff-table tab-size-8 file-diff-split, width: 1781] [TR] [TD=class: blob-code blob-code-deletion base, bgcolor: #FFECEC]- string a = arg.Text;[/TD] [TD=class: blob-num blob-num-addition head js-linkable-line-number, bgcolor: #DBFFDB, align: right][/TD] [TD=class: blob-code blob-code-addition head, bgcolor: #EAFFEA]+ string a = ((Util.cbItem)(arg.SelectedItem)).Text;[/TD] [/TR] [/TABLE]
  5. pcin/pcout do not modify save data, you have to use RAM2sav.
  6. SciresM's reply when this was asked on /vp/ Neither of us are interested on researching how to do that, but you're free to use the flagdiff and figure it out for yourself
  7. Sets event flags 1, 2, 3, 4, 5 respectively. Unless there is a descriptive label for a CheckBox, the flag's function is unknown. If you find a useful flag (by using the Diff file compare in the window) just open an issue on GitHub, create a pull request, or create a new thread with your findings (if you're not good with programming).
  8. Not sure what you did, but I think you made the program remove one of the entries in the Species combobox. I'm unable to replicate this on my own (win7), so you'll have to describe what you did to get this to happen. Restarting the program should alleviate this issue in the meantime.
  9. Event Flag Editor -> Flag Status box Choose the flag you wish to chance the state of, and (un)set it.
  10. Resolved by saving the current PKM when saving the base data. Thanks for reporting!
  11. Implemented. If you are able to decipher any of the other stat blocks, feel free to post 'em in this thread!
  12. Action Replay is not compatible with 3DS games. PKHeX's code generator is for Cyber Save Editor sharable savegame codes, not for RAM editing with the web exploit.
  13. All of my recent tools have been programmed in C# and Visual Studio. It's quite easy to make a GUI, then just feed the console parameters to a method inside the parent form.
  14. xy http://pastebin.com/QNCz7Avh oras http://pastebin.com/4bg3q6FL
  15. You must have screwed something up with the Gender Ratio via the Personal editor. No idea how you managed to do that; the Randomizer does not touch those values.
  16. Kaphotics

    Box Report

    Proper fix this time -- will be in the next compiled release. Thank you both for reporting
  17. Fixed, will be in the next public release. Thank you for bringing this to my attention!
  18. Event Distribution Training Missions which have not been released; however, there are wondercards that can be used to unlock them.
  19. I won't support mass editing with PKHeX; someone else's files should stay someone else's. Parent ID/SID doesn't matter for breeding. Duplicate thread.
  20. maybe in their original threads? I told him to not host any packages for that very reason
  21. Gateway Flashcart can dump ROMs and play edited games.
  22. Fixed in the latest version (02-01-15).
×
×
  • Create New...