Skip to content

Commit

Permalink
Update 23.09.25
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsch committed Sep 25, 2023
1 parent b191e96 commit c00657f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
Binary file modified PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl
Binary file not shown.
Binary file modified PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl
Binary file not shown.
2 changes: 2 additions & 0 deletions PKHeX.Core/Saves/Util/SaveUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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()
Expand Down
10 changes: 9 additions & 1 deletion PKHeX.WinForms/Resources/text/changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c00657f

Please sign in to comment.