# | Line 435 | Line 435 | void __cdecl DDrMain(int argc, char* arg | |
---|---|---|
435 | SLrDaodan_Patch(); | |
436 | ||
437 | if (patch_cheater) | |
438 | + | { |
439 | DDrPatch_MakeCall(OniExe + 0x000f618f, DDrCheater); | |
440 | + | DDrPatch_Int16(OniExe + 0x000deb45, 0x5590); |
441 | + | DDrPatch_MakeCall(OniExe + 0x000deb47, FallingFrames); |
442 | + | DDrPatch_MakeJump(OniExe + 0x0010f021, DDrCheater_LevelLoad); |
443 | + | } |
444 | ||
445 | init_daodan_gl(); | |
446 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |