diff options
author | Iru Cai <mytbk920423@gmail.com> | 2021-05-13 20:33:48 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2021-05-13 20:33:48 +0800 |
commit | cfe710836454db048fb89b93d755f7e60fcbeefc (patch) | |
tree | 099ddcf26977735a7a127c44cc8b82ac28e0b497 /asm | |
parent | 98a2f117c73b4c945e267a405d356519f8336b56 (diff) | |
download | rich4-cfe710836454db048fb89b93d755f7e60fcbeefc.tar.xz |
tools_ui_callback
Diffstat (limited to 'asm')
-rw-r--r-- | asm/rich4.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/rich4.asm b/asm/rich4.asm index ba4bc58..0eaa6d8 100644 --- a/asm/rich4.asm +++ b/asm/rich4.asm @@ -91438,7 +91438,7 @@ pop esi pop ebx ret -fcn_00445c14: +tools_ui_callback: push ebx push esi push edi @@ -94348,7 +94348,7 @@ push 0 push eax call dword [edx + 0x80] ; ucall push 0 -push fcn_00445c14 ; push 0x445c14 +push tools_ui_callback ; push 0x445c14 call fcn_004018e7 ; call 0x4018e7 mov esi, eax add esp, 8 |