Skip to content

Commit 0fa856b

Browse files
committed
support 1.92
1 parent a4ff88f commit 0fa856b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

rabi_splitter_WPF/MainWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</Window.Resources>
1414
<DockPanel>
1515
<StackPanel DockPanel.Dock="Bottom" Orientation="Horizontal" VerticalAlignment="Top" HorizontalAlignment="Left">
16-
<TextBlock Text="v0.5.3" Margin="0,0,30,0" VerticalAlignment="Top" />
16+
<TextBlock Text="v0.5.4" Margin="0,0,30,0" VerticalAlignment="Top" />
1717
<TextBlock Text="GitHub" MouseUp="TextBlock_MouseUp" Cursor="Hand" Foreground="Blue" TextDecorations="Underline" VerticalAlignment="Top" />
1818
</StackPanel>
1919
<DockPanel Margin="5" DockPanel.Dock="Top">

rabi_splitter_WPF/StaticData.cs

+14-14
Original file line numberDiff line numberDiff line change
@@ -150,22 +150,22 @@ public static partial class StaticData
150150
Music.MISCHIEVOUS_MASQUERADE,
151151
};
152152

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

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

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

168-
public static int[] BlacknessAddr = {0, 0, 0, 0xA723B0, 0x133F68C, 0x13406A4, 0x13416B4, 0x13656C4, 0x13656C4 };
169-
public static int[] PlaytimeAddr = {0, 0, 0, 0xD642D8, 0x12D7798, 0x12D87A8, 0x12D97A8, 0x12FD7C0, 0x12FD7C0 };
168+
public static int[] BlacknessAddr = {0, 0, 0, 0xA723B0, 0x133F68C, 0x13406A4, 0x13416B4, 0x13656C4, 0x13656C4, 0x13656C4 };
169+
public static int[] PlaytimeAddr = {0, 0, 0, 0xD642D8, 0x12D7798, 0x12D87A8, 0x12D97A8, 0x12FD7C0, 0x12FD7C0, 0x12FD7C0 };
170170
}
171171
}

0 commit comments

Comments
 (0)