Skip to content

Commit

Permalink
Update PC memory addresses for PC patch 1.0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Buddha committed Sep 21, 2021
1 parent 8649b7e commit 2fa449f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions KhTracker/AutoTracking/AutoTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ public void InitAutoTracker(bool PCSX2)

// PC Address anchors
int Now = 0x0714DB8;
int Save = 0x09A7070;
int Sys3 = 0x2A59DB0;
int Bt10 = 0x2A74840;
int BtlEnd = 0x2A0D3A0;
int Slot1 = 0x2A20C58;
int Save = 0x09A70B0;
int Sys3 = 0x2A59DF0;
int Bt10 = 0x2A74880;
int BtlEnd = 0x2A0D3E0;
int Slot1 = 0x2A20C98;

if (PCSX2 == false)
{
Expand Down
2 changes: 1 addition & 1 deletion KhTracker/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<MenuItem Name="FormsGrowthOption" Header="Forms and Growth Abilities" IsCheckable="True" IsChecked="True" Click="FormsGrowthToggle"/>
</MenuItem>
<MenuItem Name="ModeDisplay" Header="" Focusable="False" IsHitTestVisible="False"/>
<MenuItem Header="v2.6.14" IsHitTestVisible="False" Focusable="False" HorizontalAlignment="Right"/>
<MenuItem Header="v2.7" IsHitTestVisible="False" Focusable="False" HorizontalAlignment="Right"/>
</Menu>

<Grid>
Expand Down

0 comments on commit 2fa449f

Please sign in to comment.