update memory values in StaticData.cs for partial 1.85 support

rabi_display
wcko87 7 years ago
parent 2e048611ef
commit 4f348a5709
  1. 38
      rabi_splitter_WPF/StaticData.cs

@ -190,29 +190,23 @@ namespace rabi_splitter_WPF
{500, "Dmg3", "Damage Increase (Lv.3)"},// / Exp Increase"}, {500, "Dmg3", "Damage Increase (Lv.3)"},// / Exp Increase"},
}; };
public static int[] MapAddress = { 0xA3353C, 0xA57020, 0xA5E0AC, 0xA600AC }; public static int[] MapAddress = { 0xA3353C, 0xA57020, 0xA5E0AC, 0xA600AC, 0x9FD3BC, 0x9FE3BC };
public static int[] EnenyPtrAddr = { 0x00940EE0, 0x00964A1C, 0x0096BA3C, 0x0096DA3C }; public static int[] EnenyPtrAddr = { 0x00940EE0, 0x00964A1C, 0x0096BA3C, 0x0096DA3C, 0x012E1AF8, 0x012E2B04 };
public static int[] EnenyEnitiyHPOffset = { 0x4c8, 0x4d0, 0x4d8, 0x4d8 }; public static int[] EnenyEnitiyHPOffset = { 0x4c8, 0x4d0, 0x4d8, 0x4d8, 0x4d8, 0x4d8 };
public static int[] EnenyEnitiyMaxHPOffset = { 0, 0, 0, 0x4e8 }; public static int[] EnenyEnitiyMaxHPOffset = { 0, 0, 0, 0x4e8, 0x4e8, 0x4e8 };
public static int[] EnenyEnitiyIDOffset = { 0x4e4,0x4ec, 0x4F4, 0x4F4 }; public static int[] EnenyEnitiyIDOffset = { 0x4e4,0x4ec, 0x4F4, 0x4F4 , 0x4F4 , 0x4F4};
public static int[] EnenyEntitySize = {0x6F4, 0x6FC, 0x704, 0x704 }; public static int[] EnenyEntitySize = {0x6F4, 0x6FC, 0x704, 0x704 , 0x704 , 0x704};
public static int[] EnenyEnitiyIsActiveOffset = { 0, 0, 0, 0x674 }; public static int[] EnenyEnitiyIsActiveOffset = { 0, 0, 0, 0x674, 0x674, 0x674 };
public static int[] EnenyEnitiyAnimationOffset = { 0, 0, 0, 0x678 }; public static int[] EnenyEnitiyAnimationOffset = { 0, 0, 0, 0x678, 0x678, 0x678 };
public static int[] MaxEntityEntry = { 50,50,50 ,50}; public static int[] MaxEntityEntry = { 50,50,50 ,50, 50, 50};
public static int[] MoneyAddress = { 0xD3823C, 0xD5B9FC, 0xD63D2C, 0xD654CC }; public static int[] MoneyAddress = { 0xD3823C, 0xD5B9FC, 0xD63D2C, 0xD654CC, 0x12D898C, 0x12D999C};
public static string[] VerNames = {"1.65", "1.70","1.71","1.75"}; public static string[] VerNames = { "1.65", "1.70", "1.71", "1.75", "1.8", "1.85"};
public static int[] MusicAddr = public static int[] MusicAddr = { 0xA46294, 0xA69D98, 0xA70E28, 0x4FAB60, 0x580C94, 0x581C94 };
{
0xA46294,
0xA69D98,
0xA70E28,
0x4FAB60
};
public static int[] TownMemberAddr = {0xD38934, 0xD5C0F4, 0xD63BC4, 0xD65BC4 }; public static int[] TownMemberAddr = {0xD38934, 0xD5C0F4, 0xD63BC4, 0xD65BC4, 0x12D9084, 0x12DA094 };
public static int[] IGTAddr = { 0xD388E0, 0xD5C0A0, 0xD63B70, 0xD65B70 }; public static int[] IGTAddr = { 0xD388E0, 0xD5C0A0, 0xD63B70, 0xD65B70, 0x12D9030, 0x12DA040 };
public static int[] BlacknessAddr = { 0, 0, 0, 0xA723B0 }; public static int[] BlacknessAddr = { 0, 0, 0, 0xA723B0, 0x133F68C, 0x13406AC };
public static int[] PlaytimeAddr = { 0, 0, 0, 0xD642D8 }; public static int[] PlaytimeAddr = { 0, 0, 0, 0xD642D8, 0x12D7798, 0x12D87A8 };
} }
} }

Loading…
Cancel
Save