Skip to content

Commit

Permalink
fix IGT address
Browse files Browse the repository at this point in the history
  • Loading branch information
copyliu committed Nov 25, 2017
1 parent 8fd6b54 commit a9f7c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rabi_splitter_WPF/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</Window.Resources>
<DockPanel>
<StackPanel DockPanel.Dock="Bottom" Orientation="Horizontal" VerticalAlignment="Top" HorizontalAlignment="Left">
<TextBlock Text="v0.4.6" Margin="0,0,30,0" VerticalAlignment="Top" />
<TextBlock Text="v0.4.7" Margin="0,0,30,0" VerticalAlignment="Top" />
<TextBlock Text="GitHub" MouseUp="TextBlock_MouseUp" Cursor="Hand" Foreground="Blue" TextDecorations="Underline" VerticalAlignment="Top" />
</StackPanel>
<DockPanel Margin="5" DockPanel.Dock="Top">
Expand Down
2 changes: 1 addition & 1 deletion rabi_splitter_WPF/StaticData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public static partial class StaticData
public static int[] MusicAddr = {0xA46294, 0xA69D98, 0xA70E28, 0x4FAB60, 0x580C94, 0x581C94, 0x582C94 };

public static int[] TownMemberAddr = {0xD38934, 0xD5C0F4, 0xD63BC4, 0xD65BC4, 0x12D9084, 0x12DA094, 0x12DB0A4 };
public static int[] IGTAddr = {0xD388E0, 0xD5C0A0, 0xD63B70, 0xD65B70, 0x12D9030, 0x12DA040, 0x12DA040 };
public static int[] IGTAddr = {0xD388E0, 0xD5C0A0, 0xD63B70, 0xD65B70, 0x12D9030, 0x12DA040, 0x12DB050 };

public static int[] BlacknessAddr = {0, 0, 0, 0xA723B0, 0x133F68C, 0x13406A4, 0x13416C4 };
public static int[] PlaytimeAddr = {0, 0, 0, 0xD642D8, 0x12D7798, 0x12D87A8, 0x12D97B8 };
Expand Down

0 comments on commit a9f7c30

Please sign in to comment.