# | Line 9 | Line 9 | |
---|---|---|
9 | #include "Daodan_BSL.h" | |
10 | #include "Daodan_Console.h" | |
11 | ||
12 | + | #include "Flatline_BSL.h" |
13 | + | #include "Flatline_Hooks.h" |
14 | #include "Daodan_WindowHack.h" | |
15 | ||
16 | #include "Oni.h" | |
# | Line 232 | Line 234 | bool DDrPatch_Init() | |
234 | }; | |
235 | DDrPatch_Const(0x0051BB64, regen_patch); | |
236 | } | |
237 | < | |
238 | < | |
237 | > | DDrPatch_MakeCall(0x004FBCEA, DDrText_Hook); |
238 | > | DDrPatch_Int32( 0x004B24D2, FLrSpawnHack); |
239 | > | DDrPatch_NOOP(0x004C26CB, 6); |
240 | > | DDrPatch_MakeCall( 0x004C26CB, FLrHook_DoorOpen); |
241 | > | |
242 | return true; | |
243 | } | |
244 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |