mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 12:03:10 +00:00
b068027ba8
With all the abstractions since SW/SH's release, the string hash method used by some SW/SH blocks is the 32bit method, not the 64bit one used by PLA/SV. `FnvHash.HashFnv1a_32("ZukanData_Pokemon")` = `0x4716c404` as noted in the block accessor list. Expose in the API as 32bit for documentation purposes. Good to know if we ever go back to bruteforce like is being done for SV file paths. |
||
---|---|---|
.. | ||
Editing | ||
Game | ||
Items | ||
Legality | ||
Moves | ||
MysteryGifts | ||
PersonalInfo | ||
PKM | ||
Resources | ||
Ribbons | ||
Saves | ||
Util | ||
PKHeX.Core.csproj |