support 1.71
This commit is contained in:
parent
21f194ebc4
commit
eff17f4586
@ -344,6 +344,7 @@ namespace rabiribi_splitter
|
|||||||
int ptr = MemoryHelper.GetMemoryValue<int>(process, StaticData.EnenyPtrAddr[veridx]);
|
int ptr = MemoryHelper.GetMemoryValue<int>(process, StaticData.EnenyPtrAddr[veridx]);
|
||||||
List<int> bosses = new List<int>();
|
List<int> bosses = new List<int>();
|
||||||
List<int> HPS = new List<int>();
|
List<int> HPS = new List<int>();
|
||||||
|
ptr += StaticData.EnenyEntitySize[veridx]*3;
|
||||||
for (var i = 0; i < 5; i++)
|
for (var i = 0; i < 5; i++)
|
||||||
{
|
{
|
||||||
ptr += StaticData.EnenyEntitySize[veridx];
|
ptr += StaticData.EnenyEntitySize[veridx];
|
||||||
|
@ -149,21 +149,22 @@ namespace rabiribi_splitter
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
public static int[] MapAddress = { 0xA3353C, 0xA57020 };
|
public static int[] MapAddress = { 0xA3353C, 0xA57020, 0xA5E0AC };
|
||||||
public static int[] EnenyPtrAddr = { 0x00940EE0, 0x00964A1C };
|
public static int[] EnenyPtrAddr = { 0x00940EE0, 0x00964A1C, 0x0096BA3C };
|
||||||
public static int[] EnenyEnitiyHPOffset = { 0x4c8, 0x4d0 };
|
public static int[] EnenyEnitiyHPOffset = { 0x4c8, 0x4d0,0x4d8 };
|
||||||
public static int[] EnenyEnitiyIDOffset = { 0x4e4,0x4ec};
|
public static int[] EnenyEnitiyIDOffset = { 0x4e4,0x4ec, 0x4F4 };
|
||||||
public static int[] EnenyEntitySize = {0x6F4, 0x6FC };
|
public static int[] EnenyEntitySize = {0x6F4, 0x6FC, 0x704 };
|
||||||
public static int[] MaxEntityEntry = { 50,50 };
|
public static int[] MaxEntityEntry = { 50,50,50 };
|
||||||
public static int[] MoneyAddress = { 0xD3823C, 0xD5B9FC };
|
public static int[] MoneyAddress = { 0xD3823C, 0xD5B9FC, 0xD63D2C };
|
||||||
public static string[] VerNames = {"1.65", "1.70"};
|
public static string[] VerNames = {"1.65", "1.70","1.71"};
|
||||||
public static int[] MusicAddr =
|
public static int[] MusicAddr =
|
||||||
{
|
{
|
||||||
0xA46294,
|
0xA46294,
|
||||||
0xA69D98
|
0xA69D98,
|
||||||
|
0xA70E28
|
||||||
};
|
};
|
||||||
|
|
||||||
public static int[] TownMemberAddr = {0xD38934, 0xD5C0F4};
|
public static int[] TownMemberAddr = {0xD38934, 0xD5C0F4, 0xD63BC4 };
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user