Skip to content

Commit

Permalink
Add support for Home v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Sep 27, 2023
1 parent a9dbcb8 commit 9bdd2cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HomeLive.Core/Classes/HomeDataOffsets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public static class HomeDataOffsets
{
public const string HomeTitleID = "010015F008C54000";
public const string HomeBuildID = "10F33FB6836643D5";
public const string HomeBuildID = "5EABBB752498C865";

public const int HomeSlotSize = 720; //0x2D0
public const int HomeSlotCount = 30;
Expand Down
2 changes: 1 addition & 1 deletion HomeLive.Core/HomeLive.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<ItemGroup>
<PackageReference Include="NLog" Version="5.1.4" />
<PackageReference Include="PKHeX.Core" Version="23.8.24" />
<PackageReference Include="PKHeX.Core" Version="23.9.25" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion HomeLive.Plugins/HomePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace HomeLive.Plugins;

public class HomePlugin : IPlugin
{
public const string Version = "3.1.0";
public const string Version = "3.1.1";
public string Name => nameof(HomePlugin);
public int Priority => 1;

Expand Down

0 comments on commit 9bdd2cc

Please sign in to comment.