Jump to content

BlackShark

Contributor
  • Posts

    1759
  • Joined

  • Days Won

    109

Everything posted by BlackShark

  1. Well, you could turn on HaX mode in PKHeX to give a Pokemon the GS Ball, but that won't work. Having the GS Ball alone is not enough. There are also 2 event flags that have to be set. For that you have to edit your save.
  2. That's because the Pidove was never available like this. These wondercards were never meant to be accessible by anyone, they were used for debugging by GF. You shouldn't expect anything from the Unreleased/Beta PKM category to be legal. Some might be, but only because they match another Pokemon that was actually available.
  3. You shouldn't open the .bat in PKHeX. If you double click the .bat PKHeX should open in HaX mode. This guide is a bit out of date. Nowadays you could as well just set ForceHaXOnLauch in the startup settings.
  4. Impossible. Well theoretically it would be possible. The game unfortunately has many flags/variables that depend on the gender, so changing the gender without changing all those flags would break your game. There are hundreds of them and no one has figured them out. That's why changing fhe gender is disabled and not recommended.
  5. Directy dragging the save on the exe won't work. PKHeX doesn't tell the plugins that a save was loaded. So you need to open PKHeX first and then drag your save into it. Edit: fixed in the latest PKHeX dev build.
  6. The flags from 0x15C - 0x1A9 are used for rematches. However there is also rematch data in the save at 0x9CA (Block 1). You can try if resetting those flags is enough, else you would also have to erase the rematch data with an hex editor.
  7. Read the source https://github.com/kwsch/pkhex
  8. Do you have loaded a save file first?
  9. Likely an issue with Ryujinx. Does this happen on your Switch as well?
  10. Open this: Find this: Change it to this:
  11. You would have to open your save with an hex editor like HxD, then remove the last 16 bytes from the file. It shouldn't affect your data in any way. Alternatively use PKHeX and the WC3 Plugin instead.
  12. Open NO$GBA.ini, which is next to the application, and look for "SAV/SNA File Format". Change it from Compressed to Raw. SAV/SNA File Format == Raw Besides that I would recommend to use melonDS instead https://melonds.kuribo64.net/downloads.php
  13. Ask the bot host to update their SysBot, seems like it's still on a version from before the Home update.
  14. 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".
  15. 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
  16. 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
  17. 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.,
  18. Anything below 127 is valid for 50/50 ratio, like 7E.
  19. 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
  20. First you should update PKHeX, your version is outdated. Did you set the Pokemon back to the slot after editing?
  21. 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.
  22. These are not save files but pcdata.bin files that you can import into your own save. Available for all generations.
×
×
  • Create New...