Jump to content

Kaphotics

Helpful Member
  • Posts

    7210
  • Joined

  • Last visited

  • Days Won

    356

Everything posted by Kaphotics

  1. It's a webkit exploit in the 3DS browser which was patched. https://github.com/yifanlu/Spider3DSTools
  2. Debugging purposes. Never took 'em out.
  3. SD cards do not store the current firmware; only way to dump/restore is via nand backups.
  4. Your 3DS firmware version is 9.5.0-23 or greater, or you did not clear your cookies/whatnot.
  5. Back in the NDS era, example color codes: - \xf000\xff00\x0001\x0000 - Black - \xf000\xff00\x0001\x0001 - Red - \xf000\xff00\x0001\x0002 - Blue - \xf000\xff00\x0001\x0003 - Yellow - \xf000\xff00\x0001\x0004 - Green [VAR COLOR(0000)] -- change the following text's color to an argument color (num in hex) Example: Nature: [VAR COLOR(0002)]Hardy[VAR COLOR(0000)] Try it out. [VAR COLOR(0000)]Black (00)\r\n[VAR COLOR(0001)]Red (01)\r\n[VAR COLOR(0002)]Blue (02)\r\n[VAR COLOR(0003)]Yellow (03)\r\n[VAR COLOR(0004)]Green (04)\r\n[VAR COLOR(0000)]
  6. Fixed, along with a few other errors (now supports showdown and genders)
  7. Control Click the Species label (left of the Species ComboBox)
  8. Not with what you specified. Specifically: Pokéball Captured: Cherish Ball Moves: Frenzy Plant Leaf Blade Sleep Powder & Leaf Storm
  9. Repack the ROM properly by following the tutorials on the internet.As a reminder (in the OP): Please do not ask how to repack ROMs as that is unrelated to the functionality of this program. I'd prefer to keep this thread related to my tool, not for troubleshooting something entirely separate. New Commits: RSTE: Improved Species Randomization & Bugfix - Can now choose which generations/legends appear in the Trainer Randomizer, and fixed the Ability mismatch for certain species. Bugfix: Return a non-empty list regardless of check states - Random Species list with no Generations selected will default to all species.
  10. Wild Randomizer works, you just cannot have any patches installed (1.1, 1.2, 1.3) as those patches can contain data that overwrites your edits.
  11. Does not work with ram2sav, constantly updated data like played time is always overwritten by the running game.
  12. as has been asked and answered multiple times on previous pages, no
  13. Because you need the folders to be properly set up. OP: Simply feed it a folder (drag/drop or by Open Dir) which only contains the game romfs & exefs extracted content folders. I already mentioned that code.bin needs to be called .code.bin
  14. .code.bin anyway, you should be dragging in the Pokemon Y folder, not any of its subfolders. The program should recognize which game it is. I was looking for any error messages regarding the crash.
  15. you'd have to use ram2sav; if you've patched you're out of luck.
  16. You're likely doing something wrong; the lack of any error report strings doesn't help.
  17. Implemented. Can select which generations, if legends / event legends are present. Smart BST now only takes species from the approved species list. Works for both smart BST, DexNav (ORAS), and 721--- randomization.
  18. xoring save files together works as well trash all cards but the one you want to dump, extract save trash the wondercard (no wondercards remaining), extract save data should be easily found at 0x9C + 0x21100 or something like that (0x108 long) ram2sav is still easier
  19. You'd have to re-compile from source. I'll likely post a new version (exe) in the main thread at the end of this weekend. Until then...
  20. Even vs2010 c# express is adequate for recompiling. I used it extensively for all my projects until this week (finally got around to vs2010 professional & resharper). Just have to be able to compile, that's all.
  21. > When in Ribbons/Medals section it is not possible to select the checkboxes by pressing the enter key use the spacebar instead, checkboxes are silly >We can NOT control+enter to max the IVs Control enter (or space) wouldn't work anyway, added Shift which will work. (Control or Shift) >tabs k, changed Commit
×
×
  • Create New...