Skip to content

Commit

Permalink
support 1.92f
Browse files Browse the repository at this point in the history
  • Loading branch information
copyliu committed Aug 12, 2018
1 parent 0fa856b commit 3ddc826
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.5.4" Margin="0,0,30,0" VerticalAlignment="Top" />
<TextBlock Text="v0.5.5" 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
28 changes: 14 additions & 14 deletions rabi_splitter_WPF/StaticData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,22 +150,22 @@ public static partial class StaticData
Music.MISCHIEVOUS_MASQUERADE,
};

public static int[] MapAddress = {0xA3353C, 0xA57020, 0xA5E0AC, 0xA600AC, 0x9FD3BC, 0x9FE5CC, 0x9FF3BC, 0xA233BC, 0xA233BC, 0xA233BC };
public static int[] EnemyPtrAddr = {0x00940EE0, 0x00964A1C, 0x0096BA3C, 0x0096DA3C, 0x012E1AF8, 0x012E2B08, 0x012E3B08, 0x01307B1C, 0x01307B1C, 0x01307B1C };
public static int[] EnemyEntityHPOffset = {0x4c8, 0x4d0, 0x4d8, 0x4d8, 0x4d8, 0x4d8, 0x4d8, 0x4d8, 0x4d8, 0x4d8 };
public static int[] EnemyEntityIDOffset = {0x4e4, 0x4ec, 0x4F4, 0x4F4, 0x4F4, 0x4F4, 0x4F4, 0x4F4, 0x4F4, 0x4F4 };
public static int[] EnemyEntityXPositionOffset = {0, 0, 0, 0xC, 0xC, 0xC, 0xC, 0xC, 0xC, 0xC };
public static int[] EnemyEntityYPositionOffset = {0, 0, 0, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10 };
public static int[] EnemyEntitySize = {0x6F4, 0x6FC, 0x704, 0x704,0x704,0x704, 0x704, 0x704, 0x704, 0x704 };
public static int[] MoneyAddress = {0xD3823C, 0xD5B9FC, 0xD63D2C, 0xD654CC, 0x12D898C, 0x12D999C, 0x12DA99C, 0x12FE9B4, 0x12FE9B4, 0x12FE9B4 };
public static string[] VerNames = { "1.65", "1.70", "1.71", "1.75", "1.8","1.85","1.88","1.90","1.91", "1.92" };
public static int[] MapAddress = {0xA3353C, 0xA57020, 0xA5E0AC, 0xA600AC, 0x9FD3BC, 0x9FE5CC, 0x9FF3BC, 0xA233BC, 0xA233BC, 0xA233BC, 0xA243BC };
public static int[] EnemyPtrAddr = {0x00940EE0, 0x00964A1C, 0x0096BA3C, 0x0096DA3C, 0x012E1AF8, 0x012E2B08, 0x012E3B08, 0x01307B1C, 0x01307B1C, 0x01307B1C, 0x01308B20 };
public static int[] EnemyEntityHPOffset = {0x4c8, 0x4d0, 0x4d8, 0x4d8, 0x4d8, 0x4d8, 0x4d8, 0x4d8, 0x4d8, 0x4d8, 0x4d8 };
public static int[] EnemyEntityIDOffset = {0x4e4, 0x4ec, 0x4F4, 0x4F4, 0x4F4, 0x4F4, 0x4F4, 0x4F4, 0x4F4, 0x4F4, 0x4F4 };
public static int[] EnemyEntityXPositionOffset = {0, 0, 0, 0xC, 0xC, 0xC, 0xC, 0xC, 0xC, 0xC, 0xC };
public static int[] EnemyEntityYPositionOffset = {0, 0, 0, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10 };
public static int[] EnemyEntitySize = {0x6F4, 0x6FC, 0x704, 0x704,0x704,0x704, 0x704, 0x704, 0x704, 0x704, 0x704 };
public static int[] MoneyAddress = {0xD3823C, 0xD5B9FC, 0xD63D2C, 0xD654CC, 0x12D898C, 0x12D999C, 0x12DA99C, 0x12FE9B4, 0x12FE9B4, 0x12FE9B4, 0x12FF9B4 };
public static string[] VerNames = { "1.65", "1.70", "1.71", "1.75", "1.8","1.85","1.88","1.90","1.91", "1.92", "1.92f" };

public static int[] MusicAddr = {0xA46294, 0xA69D98, 0xA70E28, 0x4FAB60, 0x580C94, 0x581C94, 0x582C94, 0x5A6C94, 0x5A6C94, 0x5A6C94 };
public static int[] MusicAddr = {0xA46294, 0xA69D98, 0xA70E28, 0x4FAB60, 0x580C94, 0x581C94, 0x582C94, 0x5A6C94, 0x5A6C94, 0x5A6C94, 0x5A7C94 };

public static int[] TownMemberAddr = {0xD38934, 0xD5C0F4, 0xD63BC4, 0xD65BC4, 0x12D9084, 0x12DA094, 0x12DB094, 0x12FF0AC, 0x12FF0AC, 0x12FF0AC };
public static int[] IGTAddr = {0xD388E0, 0xD5C0A0, 0xD63B70, 0xD65B70, 0x12D9030, 0x12DA040, 0x12DB040, 0x12FF058, 0x12FF058, 0x12FF058 };
public static int[] TownMemberAddr = {0xD38934, 0xD5C0F4, 0xD63BC4, 0xD65BC4, 0x12D9084, 0x12DA094, 0x12DB094, 0x12FF0AC, 0x12FF0AC, 0x12FF0AC, 0x13000AC };
public static int[] IGTAddr = {0xD388E0, 0xD5C0A0, 0xD63B70, 0xD65B70, 0x12D9030, 0x12DA040, 0x12DB040, 0x12FF058, 0x12FF058, 0x12FF058, 0x1300058 };

public static int[] BlacknessAddr = {0, 0, 0, 0xA723B0, 0x133F68C, 0x13406A4, 0x13416B4, 0x13656C4, 0x13656C4, 0x13656C4 };
public static int[] PlaytimeAddr = {0, 0, 0, 0xD642D8, 0x12D7798, 0x12D87A8, 0x12D97A8, 0x12FD7C0, 0x12FD7C0, 0x12FD7C0 };
public static int[] BlacknessAddr = {0, 0, 0, 0xA723B0, 0x133F68C, 0x13406A4, 0x13416B4, 0x13656C4, 0x13656C4, 0x13656C4, 0x13666CC };
public static int[] PlaytimeAddr = {0, 0, 0, 0xD642D8, 0x12D7798, 0x12D87A8, 0x12D97A8, 0x12FD7C0, 0x12FD7C0, 0x12FD7C0, 0x12FE7C0 };
}
}

0 comments on commit 3ddc826

Please sign in to comment.