Skip to content

Commit

Permalink
Update find_functions.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieD1 committed May 14, 2023
1 parent 3c065b5 commit b9912f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byond-extools/src/core/find_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bool Core::find_functions()
FIND_OR_DIE(ToString, "55 89 E5 83 ?? ?? 89 5D F4 8D ?? ?? 89 75 F8 89 7D FC 80 ?? ?? ?? ?? ?? B8");
FIND_OR_DIE(GetTurf, "55 89 E5 83 EC 38 0F ?? ?? ?? ?? ?? ?? 0F B7 ??");
FIND_OR_DIE(SetAssocElement2, "55 89 E5 83 EC 68 89 75 F8 8B 75 08 89 5D F4 89 C3 8B 45 0C 89 7D FC 80 FB 3C 89 D7 88 5D BF 89 ??");
FIND_OR_DIE(CallProcByName, "55 89 E5 57 56 89 CE 53 89 D3 83 EC 6C 0F B6 55 08 89 45 B4 8B 45 14 8B 7D 10 C6 45 E7 00 0F B6 ??");
FIND_OR_DIE(CallProcByName, "55 89 E5 57 56 89 CE 53 89 D3 83 EC ?? 0F B6 55 ?? 89 45 ?? 8B 45 ?? 8B 7D ?? C6 45 E7 ?? 0F B6 CA 89 45 B0 8D 45 ?? 89 44 24 ?? 8B 45 ?? 89 ?? BC 31 C9 88 ?? BB 8B 55 ?? C7 44 24 ?? 01 00 00 00 ??");
FIND_OR_DIE(DecRefCount, "55 89 E5 83 EC 38 8B 55 08 89 5D F8 8B 5D 0C 89 75 FC 80 FA 54 89 D0 76 6F 88 C2 89 5C 24 04 8D ??");
FIND_OR_DIE(IncRefCount, "55 89 E5 53 83 EC 34 8B 4D 08 8B 45 0C 80 F9 54 89 CA 76 64 88 D1 8D 5D F4 89 44 24 04 C7 44 24 ??");
FIND_OR_DIE(GetAssocElement, "55 89 E5 83 EC ?? ?? ?? ?? ?? 5D F4 89 D3 89 75 F8 89 D6 89 7D FC 89 CF 89 45 B4 0F 84 B7 00 00 ??"); // regparm3
Expand Down

0 comments on commit b9912f3

Please sign in to comment.