fix map address that cause side ch issue

This commit is contained in:
Copy Liu 2017-02-07 00:29:20 +08:00
parent ef23c31744
commit a67a58300b
No known key found for this signature in database
GPG Key ID: 63A453DBF23409AF
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12); this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 24; this.label4.TabIndex = 24;
this.label4.Text = "v0.1.4"; this.label4.Text = "v0.1.5";
// //
// cbSideCh // cbSideCh
// //

View File

@ -149,7 +149,7 @@ namespace rabiribi_splitter
}; };
public static int[] MapAddress = { 0xA3353C, 0xA57020, 0xA5E0AC, 0xD642C4 }; public static int[] MapAddress = { 0xA3353C, 0xA57020, 0xA5E0AC, 0xA600AC };
public static int[] EnenyPtrAddr = { 0x00940EE0, 0x00964A1C, 0x0096BA3C, 0x0096DA3C }; public static int[] EnenyPtrAddr = { 0x00940EE0, 0x00964A1C, 0x0096BA3C, 0x0096DA3C };
public static int[] EnenyEnitiyHPOffset = { 0x4c8, 0x4d0,0x4d8, 0x4d8 }; public static int[] EnenyEnitiyHPOffset = { 0x4c8, 0x4d0,0x4d8, 0x4d8 };
public static int[] EnenyEnitiyIDOffset = { 0x4e4,0x4ec, 0x4F4, 0x4F4 }; public static int[] EnenyEnitiyIDOffset = { 0x4e4,0x4ec, 0x4F4, 0x4F4 };