Jump to content

BlackShark

Contributor
  • Posts

    1693
  • Joined

  • Days Won

    102

Everything posted by BlackShark

  1. Ask the bot host to update their SysBot, seems like it's still on a version from before the Home update.
  2. That User folder right besides the exe only exists if it was amnually created there (to make Dolphin portable). However by default the emulators stores all its data in your Documents. D:\Users\YourName\Documents\Dolphin Emulator\Wii\title\00010000\52504245\data\GeniusPbr Alternatively you could open this exact path if you right click Battle Revolution in Dolphins game list and choose "Open Wii Save Folder".
  3. PLA = 47, BD = 48, SP = 49 You can take this list as a reference, it's line number - 1 https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Resources/text/other/en/text_Games_en.txt
  4. This does not sound like a problem caused by PKHeX. It's either your ROM that got corrupted or some faulty emulator settings. Things you can try: if you have cheats active, remove or disable all of them delete your emulator settings (should be desmume.ini, or something like that) delete and redownload the latest version of the emulator and all of its files redump your game try melonDS instead https://github.com/melonDS-emu/melonDS/releases/latest
  5. Can you give more details about what you are trying to do? There are hundreds of reasons why it could be illegal. First I suggest not to try creating things from scratch. Use the Encounter or Mystery Gift databases instead. If it's an event that was released after the latest PKHeX release on 23/05/11, it will be shown illegal until the next release.,
  6. Anything below 127 is valid for 50/50 ratio, like 7E.
  7. The last byte of the PID is the issue. It has to be below the gender threshold. Snivy has a male/female ratio of 7:1, so it has a gender threshold of 31. If the last byte is 31 or greater, Snivy should be male, else female. Now your Snivy's PID is 11FB33F3. Take the last byte (F3), converted from hex to decimal that's 243. Everything from 0 to 30 would be fine. So if you take 30 (1E in hex), the valid PID for Snivy would be 11FB331E, You can check this for more detailed info about gender PID relations https://bulbapedia.bulbagarden.net/wiki/Personality_value#Gender
  8. First you should update PKHeX, your version is outdated. Did you set the Pokemon back to the slot after editing?
  9. You don't need to convert it. Load your save, grab the pcdata.bin from the Gen 5 folder inside the zip and drop it into your boxes.
  10. These are not save files but pcdata.bin files that you can import into your own save. Available for all generations.
  11. Wait for the next stable release or use the dev build until then.
  12. Open both in PKHeX and check the Play Time in Trainer Data > Adventure Info.
  13. You really should consider upgrading to a modern 64 bit Windows. The reason our save doesn't open on A-Save is that mGBA added RTC information to the end of the save. You could use a Hex editor and remove the last 16 bytes from your file, that should make it work again. Just use PKHeX instead.
  14. ROM hacks are not supported by PKHeX, they may or may not work depending on what has been changes. If you want to edit the save of your ROM hack you should contact its author. Maybe they can provide you cheat codes, a modified version of PKHeX or any other tool.
  15. First you should update your PKHeX, yours is from over a year ago, latest is 20230406. After you modify some properties on the left, you need to set the Pokemon back into the slots on the right.
  16. Check this https://projectpokemon.org/home/tutorials/save-editing/managing-switch-saves/
  17. Wondercards use console date and you can freely change it on your 3DS. So there is nothing wrong with a Pumpkaboo from 2003. Whoever contributed this fils probably just had a wrong date set. You can change it after redemption, it won't affect legality.
  18. I just checked. You can use Pokefinder to get a valid TID/SID pair. https://github.com/Admiral-Fish/PokeFinder/releases/latest
  19. I'm not sure if there were any restrictions about which combinations of TID/SID were actually possible to get. You might have to consider that. But besides that there's no way to tell if the Pokemon comes from a save with an altered TID/SID.
  20. Works fine. Update your PKHeX.
  21. Go to Settings > Advanced and allow incompatible conversions.
  22. Exactly. Uninstal, rebuild the CIA using the latest version of NSUI, then install that. I never really used NSUI, so I can't tell you how to get the proper 128kB, you might find more help on Gbatemp. https://gbatemp.net/threads/discussion-new-super-ultimate-injector-nsui.500376/
  23. Your save is 64kB, a proper save file would be 128kB. While this still works on some emulators, you will run into issues once you finished the E4. VC injects can properly create 128kB save if they are configured correctly. You should really look into that before continuing to play. I fixed your save size to be able to load in PKHeX, but you need to fix your game before you can use it. 0004000000F55B00.gbavc.sav
  24. That would be possible. There could be some issues if it's not a save from this hack though.
×
×
  • Create New...