mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
fopKy_IsDelete
This commit is contained in:
+13
-14
@@ -51,7 +51,6 @@ static int fopKy_Draw(void* param_0) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 8001F2C0-8001F314 019C00 0054+00 1/0 0/0 0/0 .text fopKy_Execute__FPv */
|
/* 8001F2C0-8001F314 019C00 0054+00 1/0 0/0 0/0 .text fopKy_Execute__FPv */
|
||||||
#ifndef NONMATCHING
|
|
||||||
static int fopKy_Execute(void* param_0) {
|
static int fopKy_Execute(void* param_0) {
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
@@ -61,21 +60,21 @@ static int fopKy_Execute(void* param_0) {
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
#pragma push
|
|
||||||
#pragma optimization_level 0
|
|
||||||
#pragma optimizewithasm off
|
|
||||||
static asm void fopKy_Execute(void* param_0) {
|
|
||||||
nofralloc
|
|
||||||
#include "asm/f_op/f_op_kankyo/fopKy_Execute__FPv.s"
|
|
||||||
}
|
|
||||||
#pragma pop
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* 8001F314-8001F368 019C54 0054+00 1/0 0/0 0/0 .text fopKy_IsDelete__FPv */
|
/* 8001F314-8001F368 019C54 0054+00 1/0 0/0 0/0 .text fopKy_IsDelete__FPv */
|
||||||
#ifdef NONMATCHING
|
#ifndef NONMATCHING
|
||||||
static void fopKy_IsDelete(void* param_0) {
|
static int fopKy_IsDelete(void* param_0) {
|
||||||
|
int ret;
|
||||||
|
msg_class* msg = (msg_class*)param_0;
|
||||||
|
leafdraw_method_class* leaf_mtd = msg->field_0xd8;
|
||||||
|
process_method_class* proc_mtd = (process_method_class*)leaf_mtd;
|
||||||
|
ret = fpcMtd_IsDelete(proc_mtd,msg);
|
||||||
|
|
||||||
|
if (ret == 1) {
|
||||||
|
fopDwTg_DrawQTo(&msg->field_0xc4);
|
||||||
|
}
|
||||||
|
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#pragma push
|
#pragma push
|
||||||
|
|||||||
Reference in New Issue
Block a user