-
Posts
7963 -
Joined
-
Last visited
-
Days Won
478
Content Type
Profiles
Pokédex
Portal
Technical Documentation
Pages
Tutorials
Forums
Events
Downloads
Gallery
Blogs
Posts posted by Kaphotics
-
-
Truncation would only be suspect if it was via FTP, which you're instead transferring via USB.
I don't have any ideas.
-
Are you transferring the save file via FTP? Check your settings to ensure you're transferring binary, not ascii. The file might be getting truncated.
-
Save properly in-game before exporting your save file from the console/cartridge.
-
Refer to CryptArray for how encryption/decryption works. You advance the RNG seed, and the top 16 bits are used to xor the data.
-
You decrypt before (un)shuffling.
-
If you've corrupted the save archive with unnecessary files, the game is resetting the contents.
Try importing the save file after clearing the savedata from your console and reaching the title screen.
The attached save file is fine.
-
Neither of the tools you mentioned are related to this subforum.
Assuming you are referring to https://github.com/santacrab2/PKHeXMAUI
It already has auto legality.
-
47 minutes ago, errantblack said:
When I try to download the MGDB, I get an endless message, and when I press legalize active pokemon, it tells me that the plugin version is obsolete even though it's the LATEST DAMN VERSION. Does anyone know what the problem is?
This isn't the place to report issues with a plugin. Seek assistance where you obtained the plugin from.
-
29 minutes ago, Slenderzx23 said:
Hello, I'm having problems with this save in pkhex, I searched the internet and ended up finding this forum, I tried to open it in pkhex and got the error message below, if anyone can help me with this I would be very grateful.
Misconfigured size. It should be 128KB, not 64KB. The recovery program works just fine at reformatting your save data.
projectpokemon/RecoverSaveGen3: Try and recover a Gen3 save file via console app!
-
1
-
-
PKHeX does not support save states. Just changing the file extension does not convert it into a save file.
Dump the save file from your cartridge/console after properly saving in game.
-
Unable to replicate. If you can upload the original file from your backups that you can confirm does expand the save file, please do.
-
The answer to your generic question is "it depends".
Truly random encounters (csprng for every call): no correlation
Random-enough encounters: no correlation -- examples are gen5 wilds that use a 64-bit RNG but only have 32-bit PID, nature,gender,encounter rolls
Somewhat-random encounters: correlation. can figure out an RNG seed quickly (Tera/SWSH raids), or via bruteforce (shiny dynamax adventure raids, PLA captures, BDSP breeds)
Others generate with fixed data (like HOME gifts), and must match what the encounter requires.
-
Your save file size (0x1F880) is not the same as that mentioned in the linked GitHub issue (0x1FFF0). It is 0x790 bytes too small from what has been document as "usual" save file sizes.
If you are able to determine why your emulator is under-sizing the save data relative to other emulators, please share that info. Otherwise, you can try manually padding the file size in a hex editor to one of the expected sizes (0x1FF00 or 0x20000) and your file loads in the program.
-
1 hour ago, Yorhu said:
Hello,
I'm reporting an issue regarding the 3 Alpha Pokémon found in each of the Lake Guardians' caves (story-related): Hisuian Goodra, Hisuian Zoroark and Overqwil.
Having multiple save files, I noticed that upon capture, the legality check is fine.
However, after transferring them back and forth through Pokémon Home, they appear as illegal.After comparing, I realized that the base height, weight, and scale are set to 127 right after capture.
But after the transfer with Pokémon Home, they change to 255, and the Alpha mark appears.
PkHex is unable to match the encounter due to the weight change and the addition of the Alpha mark and flag.Since their capture, these Pokémon have been placed in storage and have not been altered in any way, aside from the transfer to Home.
The test was just redone with all 3 clean Pokémon.Hopefully this isn't a duplicate if the issue has already been reported.
0571-01 - Zoroark captured - 15D8A5243C31.pa8 0706-01 - Muplodocus captured - 5884409E22D2.pa8 0904 - Qwilpik captured - A082A9791F34.pa8 0571-01 - Zoroark Home - 5663A5243C31.pa8 0706-01 - Muplodocus Home - 9AB1409E22D2.pa8 0904 - Qwilpik Home - E8BBA9791F34.pa8
Thanks, fixed on latest commit:
https://github.com/kwsch/PKHeX/commit/ca03311d212a7ef395a674fe8eaec6634e76a757
-
There isn't a suggestion for that.
Added in latest commit: Add $suggest for friendship properties · kwsch/PKHeX@5376d44
Try on the development build.
-
The "9" character is just 0xFF, the maximum value for a byte. An ID of FFFF is 65535.
Probably just data corruption that FF'd a chunk of your save data.
-
For these events with a fixed Ability/Nature/Gender, they're distributed with a specific PID. If the faked PID/PGT is giving the wrong ability, then it would need to be corrected with the right PID.
-
Can't know for sure because I don't think the PCD was ever contributed. It might be a fake of a fake. The original PGT had Chlorophyll for both the PID%2 as well as the AbilityID in the pkm data.
-
Open it in a hex editor and it's obvious it's not a Gen4 save file.
-
Moved from PKHeX, as PKHeX uses the EventsGallery to source pcd redemptions.
I traced the origin of the data (originally committed as a reconstructed `pgt` file, then later converted to PCD then WC4):
Adds reconstructed pikachu cafe tangrowth · projectpokemon/EventsGallery@4962acf · GitHub
Was uploaded with a fixed PID and ability of Chlorophyll.
I'm not sure the other sites you've referenced are correct. Serebii has no event data logged, and I found another site which indicates it is Chlorophyll instead of Leaf Guard:
Viewing Event Pokémon Details - PocketMonsters.Net
-
-
PKHeX's word filter is proactive in that the most recent word filters (Nintendo Switch) will also be used to check in the contexts of Generation 6 and 7. Why is it this way? To warn you in advance that it will be flagged/blocked when transferred to future games, and/or OT names/nicknames will be wiped on trade. Additionally, the program is retroactive and will check previous contexts (like Gen5) if the entity has passed through that context.
You can toggle a setting within the program to only use the current context's word filter.
-
3 hours ago, Crazylegs23 said:
It wasnt a hacked raid
Well, it's not legitimate, it's illegal. The program is working as intended.
This thread is for reporting unmodified-game Pokemon; having any cheat codes active or modifying something to be shiny is not legitimate.
-
3 hours ago, Crazylegs23 said:
Legitimately obtained Shiny Baile Oricorio caught in a tera raid in pokemon violet is flagged illegal and i dont know why and I have other pokemon with the same issue.
Hacked raid? Shouldn't be shiny.


Need help with the process of using pkhex on switch
in ROM - Switch Guides and Other Resources
Posted
PKHeX is a PC application and doesn't run on the Nintendo Switch. The only way to obtain your save data from a Nintendo Switch is to run homebrew to extract the save data, which requires you to have hacked the console, which is only possible if the switch isn't patched (ignoring modchips).
https://ismyswitchpatched.com/
https://switch.hacks.guide/faq.html