From ea0d9487b2d2936bc26b9a59941f6958c73dd81a Mon Sep 17 00:00:00 2001 From: CrazyRedMachine Date: Sat, 20 Apr 2024 15:09:55 +0200 Subject: [PATCH] wip marche pas --- popnhax/custom_categs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popnhax/custom_categs.cc b/popnhax/custom_categs.cc index 3418e67..ce0a824 100644 --- a/popnhax/custom_categs.cc +++ b/popnhax/custom_categs.cc @@ -78,7 +78,7 @@ void categ_inject_songlist_reimpl() __asm("push ebx\n"); __asm("mov ebx, dword ptr ds:[_reimpl_value_2]\n"); - __asm("mov eax, dword ptr ds:[ebx]\n"); + __asm("mov eax, [ebx]\n"); __asm("pop ebx\n"); __asm("xor eax,esp\n");