Changeset 878 for Daodan/src/patches/Patches.c
- Timestamp:
- Jun 2, 2013, 1:58:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/patches/Patches.c
r877 r878 226 226 } 227 227 228 // Adds new BSL functions if usedaodanbsl is enabled228 // Adds new BSL functions 229 229 void DD_Patch_DaodanInit() 230 230 { … … 249 249 DDrPatch_NOOP((char*)(OniExe + 0x000E1957), 6 ); 250 250 DDrPatch_MakeCall((void*)(OniExe + 0x000E17F6), FLrHook_Lasers ); 251 252 251 253 252 //Flatline related stuff 254 253 DDrPatch_MakeCall((void*)(OniExe + 0x000FBCEA), DDrText_Hook); 255 254 256 DDrPatch_Int32((int*)(OniExe + 0x000B24D2), FLrSpawnHack);255 DDrPatch_Int32((int*)(OniExe + 0x000B24D2), (unsigned int)FLrSpawnHack); 257 256 258 257 DDrPatch_NOOP((char*)(OniExe + 0x000C26CB), 6);
Note:
See TracChangeset
for help on using the changeset viewer.