mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-30 17:15:38 +08:00
Update Atelier.cpp
This commit is contained in:
parent
a9dc4b4e7d
commit
28720be795
@ -227,6 +227,10 @@ const BYTE bytes[] = {
|
|||||||
HookParam hp;
|
HookParam hp;
|
||||||
hp.address = addr+sizeof(bytes)-1;
|
hp.address = addr+sizeof(bytes)-1;
|
||||||
hp.offset = get_stack(10);
|
hp.offset = get_stack(10);
|
||||||
|
hp.type=USING_CHAR|NO_CONTEXT;
|
||||||
|
//NO_CONTEXT:
|
||||||
|
//牝奴隷 ~犯された放課後~
|
||||||
|
//https://vndb.org/v4351会把每行单独分开。
|
||||||
return NewHook(hp, "Atelier KAGUYA3");
|
return NewHook(hp, "Atelier KAGUYA3");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user