fopMsg_Delete OK

This commit is contained in:
Pheenoh 2021-03-27 21:09:18 -04:00
parent 5424d71c52
commit 1c38f0926e
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
1 changed files with 6 additions and 5 deletions

View File

@ -71,11 +71,12 @@ int fopMsg_IsDelete(void* pUserData) {
}
// fopMsg_Delete__FPv
// fopMsg_Delete(void*)
asm void fopMsg_Delete(void*) {
nofralloc
#include "f/f_op/f_op_msg/asm/func_8001F53C.s"
int fopMsg_Delete(void* pUserData) {
unk2* pUnk2 = (unk2*)pUserData;
int tmp = fpcMtd_Delete(pUnk2->mpPcMtd,pUserData);
fopDwTg_DrawQTo(&pUnk2->mTag);
return tmp;
}
// fopMsg_Create__FPv