mirror of https://github.com/zeldaret/tp.git
fopMsg_Delete OK
This commit is contained in:
parent
5424d71c52
commit
1c38f0926e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue