Advertisement
Benji23245

Untitled

Oct 12th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //Make SADX Super Sonic use Sonic's model
  2. HMODULE hmodule = GetModuleHandle(L"CHRMODELS_orig");
  3. NJS_ACTION **___SONIC_ACTIONS = (NJS_ACTION **)GetProcAddress(hmodule, "___SONIC_ACTIONS");
  4. ___SONIC_ACTIONS[0].motion = ___SONIC_ACTIONS[44].motion;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement