fpc symbol names (#119)

* fpcCtIt_filter_JudgeInLayer

* dStage_roomControl_c::getZoneNo

* fix fpc symbol names

* format

* mUnk0 -> mLayerID

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog
2021-03-28 14:07:21 -04:00
committed by GitHub
co-authored by Pheenoh
parent 5d26059b09
commit 88eb837a9c
34 changed files with 111 additions and 113 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ typedef struct node_judge_data {
} node_judge_data;
typedef struct fpcCtIt_jilprm_c {
u32 mUnk0;
u32 mLayerID;
fpcCtIt_JudgeFunc mFunc;
void* mpUserData;
} fpcCtIt_jilprm_c;