Update 23.09.25

This commit is contained in:
Kurt 2023-09-24 21:19:53 -07:00
parent b191e962bf
commit c00657f845
5 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>23.09.16</Version>
<Version>23.09.25</Version>
<LangVersion>11</LangVersion>
<Nullable>enable</Nullable>
<NeutralLanguage>en</NeutralLanguage>

View file

@ -60,6 +60,7 @@ public static class SaveUtil
public const int SIZE_G9_DLC1_I = 0x432EC9; // +1
public const int SIZE_G9_DLC1_R = 0x432ECC; // +1
public const int SIZE_G9_DLC1_8 = 0x432ECD; // +5
public const int SIZE_G9_DLC1_Y = 0x432ED1; // +1
public const int SIZE_G8LA = 0x136DDE;
public const int SIZE_G8LA_1 = 0x13AD06;
@ -176,6 +177,7 @@ public static class SaveUtil
SIZE_G9_DLC1_W,
SIZE_G9_DLC1_R,
SIZE_G9_DLC1_T,
SIZE_G9_DLC1_Y,
};
private static readonly HashSet<long> SizesSWSH = new()

View file

@ -1,7 +1,15 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/
23/09/16 - New Update:
23/09/25 - New Update:
- Added support for more Scarlet & Violet 2.0.1 save file sizes.
- Legality: Added more Kitakami encounters (sub-zones) and basic weather mark recognition.
- Fixed: Encounter template recognition regressions resolved (Gen4 Pokewalker, Gen9 static encounter scale).
- Fixed: Gen9 S/V Pokédex for 2.0.1+ save files now references a new save file block & GUI editor.
- Added: Gen9 TM/Fly cheats now check for if a flag exists for pre-2.0.1 save files.
- Added: Gen9 Fashion unlock cheat now adds 2.0.1+ fashion if available.
23/09/16 - New Update: (112092) [7479688]
- Added support for Scarlet & Violet 2.0.1 (Teal Mask)
- Legality: Added encounters / changes as per Teal Mask DLC adjustments.
- - May still have issues with crossovers / hidden ability permissions.