--- Daodan/src/Daodan_Patch.h 2009/03/17 09:06:00 272 +++ Daodan/src/Daodan_Patch.h 2009/03/17 12:12:24 274 @@ -6,6 +6,8 @@ #define DDrPatch_Const(d, c) DDrPatch_String(d, c, sizeof(c)) +#define OniExe ((void*)0x00400000) + bool DDrPatch_MakeJump(void* from, void* to); bool DDrPatch_MakeCall(void* from, void* to); bool DDrPatch_String(char* dest, const char* string, int length);