11111
This commit is contained in:
@@ -42,4 +42,19 @@ Rindro_Haker.LoadHook(0x674350, ["pointer", "int"],
|
||||
function(args) {
|
||||
|
||||
return null;
|
||||
});
|
||||
});
|
||||
|
||||
OnSetCharacter_Control.MarrySystem <- function() {
|
||||
if (getroottable().rawin("Yosin_14SkillXpos1") &&
|
||||
getroottable().rawin("Yosin_14SkillXpos2") &&
|
||||
getroottable().rawin("Yosin_14SkillYpos1") &&
|
||||
getroottable().rawin("Yosin_14SkillYpos2")
|
||||
) {
|
||||
for (local i = 6; i< 7; i++) {
|
||||
L_sq_WA(L_sq_RA(L_sq_RA(0x01ADE0CC) + 0x30 + (i * 0x4)) + 0x14, Yosin_14SkillXpos1 + (i * 31));
|
||||
L_sq_WA(L_sq_RA(L_sq_RA(0x01ADE0CC) + 0x30 + (i * 0x4)) + 0x18, Yosin_14SkillYpos1);
|
||||
L_sq_WA(L_sq_RA(L_sq_RA(0x01ADE0CC) + 0x60 + (i * 0x4)) + 0x14, Yosin_14SkillXpos2 + (i * 31));
|
||||
L_sq_WA(L_sq_RA(L_sq_RA(0x01ADE0CC) + 0x60 + (i * 0x4)) + 0x18, Yosin_14SkillYpos2);
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user