Update Retouch.cpp

This commit is contained in:
恍兮惚兮 2024-04-13 18:31:19 +08:00
parent fbd9a02eb2
commit 54deeae6c8

View File

@ -11,7 +11,7 @@ void SpecialHookRetouch1(hook_stack* stack, HookParam *, uintptr_t *data, uintp
*split =
stack->eax == 0 ? FIXED_SPLIT_VALUE * 2 : // name
stack->ebx == 0 ? FIXED_SPLIT_VALUE * 1 : // scenario
FIXED_SPLIT_VALUE * 3 ; // other
stack->eax;//FIXED_SPLIT_VALUE * 3 ; // other //夏への方舟1体験版
}
bool InsertRetouch1Hook()
@ -57,7 +57,6 @@ bool InsertRetouch2Hook()
HookParam hp;
hp.address = addr;
hp.offset=get_stack(1);
hp.offset=get_stack(1);
hp.type = USING_STRING|NO_CONTEXT|EMBED_ABLE|EMBED_AFTER_NEW|EMBED_BEFORE_SIMPLE|EMBED_DYNA_SJIS;
hp.hook_font=F_GetGlyphOutlineA;
ConsoleOutput("INSERT Retouch");