Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit abc5107

Browse files
committed
e
1 parent 527c386 commit abc5107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

byond-extools/src/core/find_functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ bool Core::find_functions()
127127
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 ??");
128128
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
129129
FIND_OR_DIE(SetVariable, "55 89 E5 81 EC ?? ?? ?? ?? 89 5D F4 8B 5D 08 8B 45 0C 89 75 F8 8B 55 18 89 7D FC 8B 75 10 80 FB ??");
130-
FIND_OR_DIE(CallGlobalProc, "55 89 E5 81 EC ?? ?? ?? ?? 89 5D F4 0F B6 ??");
130+
FIND_OR_DIE(CallGlobalProc, "55 89 E5 81 EC ?? ?? ?? ?? 89 5D F4 0F B6 5D 10 ??");
131131
}
132132
else
133133
{

0 commit comments

Comments
 (0)