mirror of
https://github.com/zeldaret/tp
synced 2026-09-08 11:36:13 -04:00
fopMsgM_SearchByID OK
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ extern u8 lbl_803A6920;
|
||||
extern u8 lbl_803A696C;
|
||||
extern u8 lbl_80450D67;
|
||||
extern u8 lbl_80451C90;
|
||||
extern u8 lbl_80450D60;
|
||||
extern u8 _mProcID;
|
||||
extern u8 lbl_804307EC;
|
||||
extern u8 lbl_803A65CC;
|
||||
extern u8 lbl_803A65FC;
|
||||
|
||||
@@ -269,8 +269,8 @@ extern u8 lbl_80450CC9;
|
||||
extern u8 lbl_80450CD0;
|
||||
extern u8 lbl_80450CD4;
|
||||
extern u8 lbl_80450CD8;
|
||||
extern u8 lbl_80450D40;
|
||||
extern u8 lbl_80450D60;
|
||||
extern u8 g_fpcNd_type;
|
||||
extern u8 _mProcID;
|
||||
extern u8 lbl_80450D64;
|
||||
extern u8 lbl_80450DA4;
|
||||
extern u8 lbl_80450F90;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
// g_fpcDtTg_Queue
|
||||
extern node_list_class lbl_803A39A0;
|
||||
// g_fpcNd_type
|
||||
extern s32 lbl_80450D40;
|
||||
extern s32 g_fpcNd_type;
|
||||
|
||||
BOOL fpcLd_Use(s16 procName);
|
||||
s32 fpcLd_IsLoaded(s16 procName);
|
||||
@@ -62,7 +62,7 @@ s32 fpcDt_ToDeleteQ(base_process_class* pProc) {
|
||||
if (cTg_IsUse(&pProc->mDtTg.mBase) != 0) {
|
||||
return 1;
|
||||
} else {
|
||||
if (fpcBs_Is_JustOfType(lbl_80450D40, pProc->mSubType) != 0) {
|
||||
if (fpcBs_Is_JustOfType(g_fpcNd_type, pProc->mSubType) != 0) {
|
||||
process_node_class* procNode = (process_node_class*)pProc;
|
||||
if (fpcNd_IsDeleteTiming(procNode) == 0) {
|
||||
return 0;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "f/f_pc/f_pc_searcher.h"
|
||||
|
||||
// g_fpcNd_type
|
||||
extern s32 lbl_80450D40;
|
||||
extern s32 g_fpcNd_type;
|
||||
|
||||
base_process_class* fpcEx_Search(fpcLyIt_JudgeFunc pFunc, void* pUserData) {
|
||||
return (base_process_class*)fpcLyIt_AllJudge(pFunc, pUserData);
|
||||
@@ -44,7 +44,7 @@ s32 fpcEx_ToLineQ(base_process_class* pProc) {
|
||||
}
|
||||
|
||||
pProc->mInitState = 2;
|
||||
if (fpcBs_Is_JustOfType(lbl_80450D40, pProc->mSubType)) {
|
||||
if (fpcBs_Is_JustOfType(g_fpcNd_type, pProc->mSubType)) {
|
||||
process_node_class* pNode = (process_node_class*)pProc;
|
||||
fpcLyIt_OnlyHere(&pNode->mLayer, (cNdIt_MethodFunc)fpcEx_ToLineQ, pNode);
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "f/f_pc/f_pc_layer_iter.h"
|
||||
|
||||
// g_fpcNd_type
|
||||
extern int lbl_80450D40;
|
||||
extern int g_fpcNd_type;
|
||||
// f_pc_node::g_fpcNd_IsCheckOfDeleteTiming
|
||||
extern s32 lbl_804505E0;
|
||||
|
||||
@@ -35,7 +35,7 @@ void* fpcNd_IsCreatingFromUnder(void* pProcNodeV) {
|
||||
layer_class* layer;
|
||||
process_node_class* pProcNode = static_cast<process_node_class*>(pProcNodeV);
|
||||
if (pProcNode != NULL &&
|
||||
fpcBs_Is_JustOfType(lbl_80450D40, pProcNode->mBase.mSubType) != FALSE) {
|
||||
fpcBs_Is_JustOfType(g_fpcNd_type, pProcNode->mBase.mSubType) != FALSE) {
|
||||
layer = &pProcNode->mLayer;
|
||||
if (fpcLy_IsCreatingMesg(layer) == 0x0) {
|
||||
return (process_node_class*)fpcLyIt_Judge(
|
||||
@@ -79,7 +79,7 @@ s32 fpcNd_Create(process_node_class* pProcNode1) {
|
||||
if (pProcNode->mBase.mInitState == 0) {
|
||||
node_process_profile_definition* pProcProfileDef =
|
||||
(node_process_profile_definition*)pProcNode->mBase.mpProf;
|
||||
pProcNode->mBase.mSubType = fpcBs_MakeOfType(&lbl_80450D40);
|
||||
pProcNode->mBase.mSubType = fpcBs_MakeOfType(&g_fpcNd_type);
|
||||
pProcNode->mpNodeMtd = pProcProfileDef->mNDrwMthCls;
|
||||
fpcLy_Create(&pProcNode->mLayer, pProcNode, pProcNode->mLayerNodeLists, 0x10);
|
||||
pProcNode->mUnk0 = 0;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "f/f_pc/f_pc_node.h"
|
||||
|
||||
// f_pc_node::g_fpcNd_type
|
||||
extern s32 lbl_80450D40;
|
||||
extern s32 g_fpcNd_type;
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
s32 fpcPause_IsEnable(void* pProcess, u8 flag) {
|
||||
@@ -24,7 +24,7 @@ s32 fpcPause_Enable(void* pProcess, u8 flag) {
|
||||
base_process_class* pProc = (base_process_class*)pProcess;
|
||||
pProc->mPauseFlag |= flag;
|
||||
|
||||
if (fpcBs_Is_JustOfType(lbl_80450D40, pProc->mSubType)) {
|
||||
if (fpcBs_Is_JustOfType(g_fpcNd_type, pProc->mSubType)) {
|
||||
process_node_class* pNode = (process_node_class*)pProc;
|
||||
fpcLyIt_OnlyHere(&pNode->mLayer, (cNdIt_MethodFunc)fpcPause_Enable, (void*)(flag & 0xFF));
|
||||
}
|
||||
@@ -35,7 +35,7 @@ s32 fpcPause_Disable(void* pProcess, u8 flag) {
|
||||
base_process_class* pProc = (base_process_class*)pProcess;
|
||||
pProc->mPauseFlag &= (0xFF - flag) & 0xFF;
|
||||
|
||||
if (fpcBs_Is_JustOfType(lbl_80450D40, pProc->mSubType)) {
|
||||
if (fpcBs_Is_JustOfType(g_fpcNd_type, pProc->mSubType)) {
|
||||
process_node_class* pNode = (process_node_class*)pProc;
|
||||
fpcLyIt_OnlyHere(&pNode->mLayer, (cNdIt_MethodFunc)fpcPause_Disable, (void*)flag);
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "f/f_pc/f_pc_node.h"
|
||||
|
||||
// f_pc_node::g_fpcNd_type
|
||||
extern s32 lbl_80450D40;
|
||||
extern s32 g_fpcNd_type;
|
||||
// f_pc_stdcreate_req::submethod$2261
|
||||
extern create_request_method_class lbl_803A3AF0;
|
||||
// f_pc_stdcreate_req::method$2262
|
||||
@@ -46,7 +46,7 @@ s32 fpcSCtRq_phase_SubCreateProcess(standard_create_request_class* pStdCreateReq
|
||||
|
||||
s32 fpcSCtRq_phase_IsComplete(standard_create_request_class* pStdCreateReq) {
|
||||
process_node_class* procNode = (process_node_class*)pStdCreateReq->mBase.mpRes;
|
||||
if (fpcBs_Is_JustOfType(lbl_80450D40, procNode->mBase.mSubType) == 1) {
|
||||
if (fpcBs_Is_JustOfType(g_fpcNd_type, procNode->mBase.mSubType) == 1) {
|
||||
if (fpcLy_IsCreatingMesg(&procNode->mLayer) == 1) {
|
||||
return cPhs_ZERO_e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user