wip, event function copy works

This commit is contained in:
CrazyRedMachine 2024-04-20 15:17:22 +02:00
parent ea0d9487b2
commit 298842bd61

View File

@ -85,7 +85,7 @@ void categ_inject_songlist_reimpl()
__asm("push eax\n");
__asm("lea eax, dword ptr [esp+0x24]\n");
__asm("mov dword ptr fs:[0], eax\n");
__asm("lea ebp, dword ptr [esp+0x34]\n");
__asm("mov ebp, dword ptr [esp+0x34]\n");
__asm("xor ebx, ebx\n");
__asm("mov dword ptr ss:[esp+0x34], ebx\n");
__asm("subcateg_loop:\n");