Files
psopeeps-newserv/system/client-functions/BlueBurstExclusive/ClearUnreleasedItemList.s
T
2026-05-23 19:27:33 -07:00

26 lines
669 B
ArmAsm

# It would be a bad idea to change this function's visibility; either all players on the server should have this patch,
# or none should have it.
# This patch clears the list of unreleased items on the client, so the client never creates buggy items when the server
# generates an item that wasn't released on the official servers.
.meta name="Clear unreleased item list"
.meta description=""
.versions 50YJ 59NJ 59NL
entry_ptr:
reloc0:
.offsetof start
start:
xor eax, eax
mov edx, esp
mov esp, <VERS 0x009EC359 0x009F61B0 0x009F81B0>
mov ecx, 0x3C
again:
push 0
dec ecx
jnz again
mov esp, edx
ret