m_Do_main / f_ap_game / f_op_actor debug work and misc (#2744)

* m_Do_main / f_ap_game debug stuff

* revolution sdk compatibility

* f_op_actor debug work

* rename fopAcM_SetupActor to fopAcM_ct

* fix build

* fix jp/pal splits
This commit is contained in:
TakaRikka
2025-10-19 10:30:49 -07:00
committed by GitHub
parent 31c0f94a10
commit 850fae1aa3
870 changed files with 10837 additions and 964 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ BOOL daDr_c::check_start() {
/* 805AA224-805AA42C 001064 0208+00 1/1 0/0 0/0 .text create__6daDr_cFv */
int daDr_c::create() {
fopAcM_SetupActor(this, daDr_c);
fopAcM_ct(this, daDr_c);
int phase_state;
if (dComIfG_play_c::getLayerNo(0) == 3) {
+1 -1
View File
@@ -149,7 +149,7 @@ int daL7lowDr_c::CreateHeap() {
/* 805AAD58-805AAE88 0007D8 0130+00 1/1 0/0 0/0 .text create__11daL7lowDr_cFv */
int daL7lowDr_c::create() {
fopAcM_SetupActor(this, daL7lowDr_c);
fopAcM_ct(this, daL7lowDr_c);
int phase_state = dComIfG_resLoad(&mPhase, "L7lowDr");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -806,7 +806,7 @@ BOOL daL7ODR_c::check_start() {
/* 805ADAC0-805ADCD8 002AA0 0218+00 1/1 0/0 0/0 .text create__9daL7ODR_cFv */
int daL7ODR_c::create() {
fopAcM_SetupActor(this, daL7ODR_c);
fopAcM_ct(this, daL7ODR_c);
field_0x8b7 = 0;
int phase_state = dComIfG_resLoad(&mPhase, "B_DR");
+1 -1
View File
@@ -4650,7 +4650,7 @@ int daAlink_c::setStartProcInit() {
/* 800A5CC8-800A660C 0A0608 0944+00 1/1 0/0 0/0 .text create__9daAlink_cFv */
int daAlink_c::create() {
fopAcM_SetupActor(this, daAlink_c);
fopAcM_ct(this, daAlink_c);
static int bgWaitFlg = 0;
+1 -1
View File
@@ -159,7 +159,7 @@ static int daAlldie_Delete(daAlldie_c* i_this) {
/* 804D5BF0-804D5D1C 000450 012C+00 1/0 0/0 0/0 .text daAlldie_Create__FP10fopAc_ac_c */
int daAlldie_c::create() {
fopAcM_SetupActor(this, daAlldie_c);
fopAcM_ct(this, daAlldie_c);
s8 roomNo = fopAcM_GetRoomNo(this);
+1 -1
View File
@@ -39,7 +39,7 @@ int daAndsw_c::Create() {
/* 804579B8-80457A20 0000B8 0068+00 1/1 0/0 0/0 .text create__9daAndsw_cFv */
int daAndsw_c::create() {
fopAcM_SetupActor(this, daAndsw_c);
fopAcM_ct(this, daAndsw_c);
if (!Create()) {
return cPhs_ERROR_e;
}
+1 -1
View File
@@ -119,7 +119,7 @@ daAndsw2_c::~daAndsw2_c() {}
/* 804D6120-804D63A4 0003A0 0284+00 2/1 0/0 0/0 .text create__10daAndsw2_cFv */
int daAndsw2_c::create() {
int sw = getSwbit();
fopAcM_SetupActor(this, daAndsw2_c);
fopAcM_ct(this, daAndsw2_c);
switch (getType()) {
case 0:
+1 -1
View File
@@ -1180,7 +1180,7 @@ static void* daAlink_searchHorseZelda(fopAc_ac_c* param_0, void* param_1) {
/* 8049D440-8049D808 0038C0 03C8+00 1/1 0/0 0/0 .text create__9daArrow_cFv */
cPhs__Step daArrow_c::create() {
fopAcM_SetupActor(this, daArrow_c);
fopAcM_ct(this, daArrow_c);
mArrowType = fopAcM_GetParamBit(this, 8, 8);
fopAcM_SetParam(this, (u8)fopAcM_GetParam(this));
+1 -1
View File
@@ -1495,7 +1495,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 805B2AF8-805B2F54 004978 045C+00 1/0 0/0 0/0 .text daB_BH_Create__FP10fopAc_ac_c */
static int daB_BH_Create(fopAc_ac_c* i_this) {
b_bh_class* a_this = (b_bh_class*)i_this;
fopAcM_SetupActor(a_this, b_bh_class);
fopAcM_ct(a_this, b_bh_class);
int phase_state = dComIfG_resLoad(&a_this->mPhase, "B_BH");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -2505,7 +2505,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 805B969C-805B9B3C 00621C 04A0+00 1/0 0/0 0/0 .text daB_BQ_Create__FP10fopAc_ac_c */
static int daB_BQ_Create(fopAc_ac_c* i_this) {
b_bq_class* a_this = (b_bq_class*)i_this;
fopAcM_SetupActor(a_this, b_bq_class);
fopAcM_ct(a_this, b_bq_class);
int phase_state = dComIfG_resLoad(&a_this->mPhase, "B_bq");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -4102,7 +4102,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 805C5974-805C62B0 00ABF4 093C+00 1/1 0/0 0/0 .text create__8daB_DR_cFv */
int daB_DR_c::create() {
fopAcM_SetupActor(this, daB_DR_c);
fopAcM_ct(this, daB_DR_c);
int phase_state = dComIfG_resLoad(&mPhase, "B_DR");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -902,7 +902,7 @@ static int daB_DRE_Execute(daB_DRE_c* i_this) {
/* 805CA944-805CAC3C 002F04 02F8+00 1/1 0/0 0/0 .text create__9daB_DRE_cFv */
int daB_DRE_c::create() {
fopAcM_SetupActor(this, daB_DRE_c);
fopAcM_ct(this, daB_DRE_c);
int phase_state = dComIfG_resLoad(&mPhase, "B_DR");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -5514,7 +5514,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 805DB974-805DC1E8 010834 0874+00 1/1 0/0 0/0 .text create__8daB_DS_cFv */
cPhs__Step daB_DS_c::create() {
fopAcM_SetupActor(this, daB_DS_c);
fopAcM_ct(this, daB_DS_c);
cPhs__Step phase_state = (cPhs__Step)dComIfG_resLoad(&mPhase, "B_DS");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -4352,7 +4352,7 @@ static int daB_GG_Delete(daB_GG_c* a_this) {
/* 805EBBE4-805EC424 00D8C4 0840+00 1/1 0/0 0/0 .text Create__8daB_GG_cFv */
int daB_GG_c::Create() {
fopAcM_SetupActor(this, daB_GG_c);
fopAcM_ct(this, daB_GG_c);
int phase_state = dComIfG_resLoad(&mPhase, "B_gg");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -2110,7 +2110,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 805F35A8-805F38E4 005D48 033C+00 1/0 0/0 0/0 .text daB_GM_Create__FP10fopAc_ac_c */
static int daB_GM_Create(fopAc_ac_c* i_this) {
b_gm_class* a_this = (b_gm_class*)i_this;
fopAcM_SetupActor(a_this, b_gm_class);
fopAcM_ct(a_this, b_gm_class);
int phase_state = dComIfG_resLoad(&a_this->mPhase, "B_gm");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -4810,7 +4810,7 @@ static int useHeapInit(fopAc_ac_c* a_this) {
/* 806014B0-80601960 00CB50 04B0+00 1/0 0/0 0/0 .text daB_GND_Create__FP10fopAc_ac_c */
static int daB_GND_Create(fopAc_ac_c* a_this) {
b_gnd_class* i_this = (b_gnd_class*)a_this;
fopAcM_SetupActor(i_this, b_gnd_class);
fopAcM_ct(i_this, b_gnd_class);
int phase_state = dComIfG_resLoad(&i_this->mPhaseReq, "B_gnd");
int h_phase_state = dComIfG_resLoad(&i_this->mHorsePhaseReq, "B_hg");
+1 -1
View File
@@ -238,7 +238,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 80603A54-80603CA0 000994 024C+00 1/0 0/0 0/0 .text daB_GO_Create__FP10fopAc_ac_c */
static int daB_GO_Create(fopAc_ac_c* i_this) {
fopAcM_SetupActor(i_this, b_go_class);
fopAcM_ct(i_this, b_go_class);
b_go_class* a_this = (b_go_class*)i_this;
OS_REPORT("B_GO//////////////B_GO SET 0 !!\n");
+1 -1
View File
@@ -360,7 +360,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 80604E5C-80605024 000CDC 01C8+00 1/0 0/0 0/0 .text daB_GOS_Create__FP10fopAc_ac_c */
static int daB_GOS_Create(fopAc_ac_c* i_this) {
fopAcM_SetupActor(i_this, b_gos_class);
fopAcM_ct(i_this, b_gos_class);
b_gos_class* a_this = (b_gos_class*)i_this;
OS_REPORT("B_GOS//////////////B_GOS SET 0 !!\n");
+1 -1
View File
@@ -3457,7 +3457,7 @@ static int useHeapInit(fopAc_ac_c* a_this) {
/* 8060F0D0-8060F548 009A90 0478+00 1/1 0/0 0/0 .text create__9daB_MGN_cFv */
int daB_MGN_c::create() {
fopAcM_SetupActor(this, daB_MGN_c);
fopAcM_ct(this, daB_MGN_c);
field_0xafb = fopAcM_GetParam(this);
+1 -1
View File
@@ -3528,7 +3528,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 80619C5C-8061A0C0 0097DC 0464+00 1/0 0/0 0/0 .text daB_OB_Create__FP10fopAc_ac_c */
static int daB_OB_Create(fopAc_ac_c* i_this) {
b_ob_class* a_this = (b_ob_class*)i_this;
fopAcM_SetupActor(i_this, b_ob_class);
fopAcM_ct(i_this, b_ob_class);
OS_REPORT("B_OB//////////////B_OB SET 0 !!\n");
+1 -1
View File
@@ -773,7 +773,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 8061D3E4-8061D718 001DA4 0334+00 1/0 0/0 0/0 .text daB_OH_Create__FP10fopAc_ac_c */
static int daB_OH_Create(fopAc_ac_c* i_this) {
fopAcM_SetupActor(i_this, b_oh_class);
fopAcM_ct(i_this, b_oh_class);
b_oh_class* this_ = (b_oh_class*)i_this;
int phase = dComIfG_resLoad(&this_->mPhase, "B_oh");
+1 -1
View File
@@ -276,7 +276,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 8061E868-8061E9EC 000C28 0184+00 1/0 0/0 0/0 .text daB_OH2_Create__FP10fopAc_ac_c */
static int daB_OH2_Create(fopAc_ac_c* i_this) {
fopAcM_SetupActor(i_this, b_oh2_class);
fopAcM_ct(i_this, b_oh2_class);
b_oh2_class* _this = static_cast<b_oh2_class*>(i_this);
int phase = dComIfG_resLoad(&_this->mPhase, "B_oh");
+1 -1
View File
@@ -5118,7 +5118,7 @@ static int useHeapInit(fopAc_ac_c* actor) {
/* 8062CD78-8062D2F0 00E278 0578+00 1/1 0/0 0/0 .text create__8daB_TN_cFv */
int daB_TN_c::create() {
fopAcM_SetupActor(this, daB_TN_c);
fopAcM_ct(this, daB_TN_c);
mSwitchNo = fopAcM_GetParam(this);
mType = fopAcM_GetParamBit(this, 8, 8);
+1 -1
View File
@@ -3310,7 +3310,7 @@ static int useHeapInit2(fopAc_ac_c* i_this) {
/* 806389C0-80639214 009640 0854+00 1/1 0/0 0/0 .text create__8daB_YO_cFv */
cPhs__Step daB_YO_c::create() {
fopAcM_SetupActor(this, daB_YO_c);
fopAcM_ct(this, daB_YO_c);
cPhs__Step step;
mSwNo = fopAcM_GetParam(this) & 0xff;
+1 -1
View File
@@ -1047,7 +1047,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 8063D5D0-8063D8FC 003570 032C+00 1/1 0/0 0/0 .text create__9daB_YOI_cFv */
// data/rodata swap
cPhs__Step daB_YOI_c::create() {
fopAcM_SetupActor(this, daB_YOI_c);
fopAcM_ct(this, daB_YOI_c);
cPhs__Step step = (cPhs__Step)dComIfG_resLoad(&mPhase, "B_YO");
if (step == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -5573,7 +5573,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 8064E190-8064E724 010170 0594+00 1/1 0/0 0/0 .text create__10daB_ZANT_cFv */
int daB_ZANT_c::create() {
fopAcM_SetupActor(this, daB_ZANT_c);
fopAcM_ct(this, daB_ZANT_c);
OS_REPORT("B_ZANT PARAM %x\n", fopAcM_GetParam(this));
mSwbit = fopAcM_GetParam(this);
+1 -1
View File
@@ -251,7 +251,7 @@ static int daB_ZANTM_Delete(daB_ZANTM_c* i_this) {
/* 8064FF54-806500A8 000854 0154+00 1/1 0/0 0/0 .text create__11daB_ZANTM_cFv */
int daB_ZANTM_c::create() {
fopAcM_SetupActor(this, daB_ZANTM_c);
fopAcM_ct(this, daB_ZANTM_c);
OS_REPORT("B_ZANTM PARAM %x\n", fopAcM_GetParam(this));
mPrm = fopAcM_GetParam(this);
+1 -1
View File
@@ -458,7 +458,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 80652038-806522F4 001998 02BC+00 1/1 0/0 0/0 .text create__11daB_ZANTZ_cFv */
int daB_ZANTZ_c::create() {
fopAcM_SetupActor(this, daB_ZANTZ_c);
fopAcM_ct(this, daB_ZANTZ_c);
int phase_state = dComIfG_resLoad(&mPhase, "B_oh");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -206,7 +206,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806531E8-80653304 000888 011C+00 1/1 0/0 0/0 .text create__11daB_ZANTS_cFv */
int daB_ZANTS_c::create() {
fopAcM_SetupActor(this, daB_ZANTS_c);
fopAcM_ct(this, daB_ZANTS_c);
int phase_state = dComIfG_resLoad(&mPhase, "MAGNESIMA");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -593,7 +593,7 @@ void daBalloon2D_HIO_c::resetAddScoreSetFlag() {
/* 80655250-80655304 001E70 00B4+00 1/0 0/0 0/0 .text daBalloon2D_create__FP13daBalloon2D_c */
// NONMATCHING - vtable
static int daBalloon2D_create(daBalloon2D_c* i_this) {
fopAcM_SetupActor(i_this, daBalloon2D_c);
fopAcM_ct(i_this, daBalloon2D_c);
return i_this->create();
}
+1 -1
View File
@@ -1014,7 +1014,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 804D981C-804D9BB8 002CBC 039C+00 1/0 0/0 0/0 .text daBd_Create__FP10fopAc_ac_c */
static int daBd_Create(fopAc_ac_c* i_act_this) {
bd_class* i_this = (bd_class*)i_act_this;
fopAcM_SetupActor(i_act_this, bd_class);
fopAcM_ct(i_act_this, bd_class);
int phase_state = dComIfG_resLoad(&i_this->mPhase, "Bd");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -507,7 +507,7 @@ int daBg_c::create() {
field_0x5f1 = 0;
if (this->heap == NULL) {
fopAcM_SetupActor(this, daBg_c);
fopAcM_ct(this, daBg_c);
home.roomNo = roomNo;
current.roomNo = roomNo;
+1 -1
View File
@@ -1403,7 +1403,7 @@ int daBgObj_c::Delete() {
/* 8045C330-8045C444 002D50 0114+00 1/0 0/0 0/0 .text daBgObj_create1st__FP9daBgObj_c */
static int daBgObj_create1st(daBgObj_c* i_this) {
fopAcM_SetupActor(i_this, daBgObj_c);
fopAcM_ct(i_this, daBgObj_c);
return i_this->create1st();
}
+1 -1
View File
@@ -1483,7 +1483,7 @@ static dCcD_SrcCyl l_windAtCylSrc = {
/* 804A2084-804A230C 004044 0288+00 1/1 0/0 0/0 .text create__13daBoomerang_cFv */
int daBoomerang_c::create() {
fpc_ProcID id = fopAcM_GetID(this);
fopAcM_SetupActor(this, daBoomerang_c);
fopAcM_ct(this, daBoomerang_c);
if (!fopAcM_entrySolidHeap(this, daBoomerang_createHeap, 0xC0D0)) {
return cPhs_ERROR_e;
+1 -1
View File
@@ -40,7 +40,7 @@ daBullet_c::~daBullet_c() {
/* 80655B08-80655C90 0002A8 0188+00 1/1 0/0 0/0 .text create__10daBullet_cFv */
int daBullet_c::create() {
fopAcM_SetupActor(this, daBullet_c);
fopAcM_ct(this, daBullet_c);
mType = getTypeFromParam();
int phase_state = dComIfG_resLoad(&mPhase, getResName());
+1 -1
View File
@@ -99,7 +99,7 @@ static dCcD_SrcCyl l_cylSrc = {
/* 804DA740-804DAB18 0002E0 03D8+00 1/1 0/0 0/0 .text create__9daCanoe_cFv */
int daCanoe_c::create() {
fopAcM_SetupActor(this, daCanoe_c);
fopAcM_ct(this, daCanoe_c);
if (strcmp(dComIfGp_getStartStageName(), "F_SP127") == 0) {
/* dSv_event_flag_c::F_0463 - Fishing Pond - Reserved for fishing */
+1 -1
View File
@@ -345,7 +345,7 @@ void daCoach2D_c::setBrkAnime(bool param_0) {
/* 8065764C-806576D4 000D6C 0088+00 1/0 0/0 0/0 .text daCoach2D_create__FP11daCoach2D_c
*/
static int daCoach2D_create(daCoach2D_c* i_this) {
fopAcM_SetupActor(i_this, daCoach2D_c);
fopAcM_ct(i_this, daCoach2D_c);
return i_this->create();
}
+1 -1
View File
@@ -164,7 +164,7 @@ static int daCoachFire_Delete(daCoachFire_c* i_this) {
/* 806581C0-806582AC 0006C0 00EC+00 1/0 0/0 0/0 .text daCoachFire_Create__FP10fopAc_ac_c
*/
static int daCoachFire_Create(fopAc_ac_c* i_this) {
fopAcM_SetupActor(i_this, daCoachFire_c);
fopAcM_ct(i_this, daCoachFire_c);
static_cast<daCoachFire_c*>(i_this)->create_init();
return cPhs_COMPLEATE_e;
}
+1 -1
View File
@@ -79,7 +79,7 @@ static dCcD_SrcCps l_atCpsSrc = {
/* 804A2F18-804A31F8 000158 02E0+00 1/1 0/0 0/0 .text create__8daCrod_cFv */
int daCrod_c::create() {
fopAcM_SetupActor(this, daCrod_c);
fopAcM_ct(this, daCrod_c);
if (fopAcM_GetParam(this) == 6) {
fopAcM_setStageLayer(this);
+1 -1
View File
@@ -110,7 +110,7 @@ static dCcD_SrcCyl l_cylSrc = {
/* 804DDBB4-804DE0C4 0002D4 0510+00 1/1 0/0 0/0 .text create__9daCstaF_cFv */
int daCstaF_c::create() {
fopAcM_SetupActor(this, daCstaF_c);
fopAcM_ct(this, daCstaF_c);
m_type = fopAcM_GetParam(this) & 0xF;
if (m_type >= 2) {
+1 -1
View File
@@ -219,7 +219,7 @@ int daCstatue_c::create() {
static int const heapSize[daCstatueType_N] = {4368, 2208, 4688, 6240, 6240};
fopAcM_SetupActor(this, daCstatue_c);
fopAcM_ct(this, daCstatue_c);
mType = (fopAcM_GetParam(this) >> 8) & 0xf;
if (mType == daCstatueType_Normal2) {
mType = daCstatueType_Small;
+1 -1
View File
@@ -1814,7 +1814,7 @@ static int daDemo00_Delete(daDemo00_c* i_this) {
static int daDemo00_Create(fopAc_ac_c* a_this) {
// NONMATCHING
daDemo00_c* i_this = (daDemo00_c*)a_this;
fopAcM_SetupActor(a_this, daDemo00_c);
fopAcM_ct(a_this, daDemo00_c);
i_this->field_0x6a2 = 0;
i_this->mground2 = 0;
+1 -1
View File
@@ -481,7 +481,7 @@ static int daDitem_Delete(daDitem_c* i_this) {
}
int daDitem_c::create() {
fopAcM_SetupActor(this, daDitem_c);
fopAcM_ct(this, daDitem_c);
m_itemNo = daDitem_prm::getNo(this);
+1 -1
View File
@@ -106,7 +106,7 @@ static void set_disappear(disappear_class* i_this, f32 i_scale) {
/* 804A9364-804A9458 0004C4 00F4+00 1/0 0/0 0/0 .text daDisappear_Create__FP10fopAc_ac_c
*/
static int daDisappear_Create(fopAc_ac_c* i_this) {
fopAcM_SetupActor(i_this, disappear_class);
fopAcM_ct(i_this, disappear_class);
disappear_class* this_ = (disappear_class*)i_this;
this_->field_0x567 = fopAcM_GetParam(this_);
+1 -1
View File
@@ -31,7 +31,7 @@ static int daDmidna_createHeap(fopAc_ac_c* i_this) {
/* 8045CFE4-8045D094 000184 00B0+00 1/1 0/0 0/0 .text create__10daDmidna_cFv */
int daDmidna_c::create() {
fopAcM_SetupActor(this, daDmidna_c);
fopAcM_ct(this, daDmidna_c);
int phase = dComIfG_resLoad(&mPhase, l_arcName);
if (phase == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -2452,7 +2452,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 8066E81C-8066EAE4 006BBC 02C8+00 1/0 0/0 0/0 .text daDo_Create__FP10fopAc_ac_c */
static cPhs__Step daDo_Create(fopAc_ac_c* i_this) {
do_class* _this = static_cast<do_class*>(i_this);
fopAcM_SetupActor(i_this, do_class);
fopAcM_ct(i_this, do_class);
cPhs__Step step = (cPhs__Step)dComIfG_resLoad(&_this->mPhase, "Do");
+1 -1
View File
@@ -115,7 +115,7 @@ int daBdoor_c::CreateInit() {
/* 8066F8E4-8066F9D8 000544 00F4+00 1/1 0/0 0/0 .text create__9daBdoor_cFv */
cPhs__Step daBdoor_c::create() {
fopAcM_SetupActor(this, daBdoor_c);
fopAcM_ct(this, daBdoor_c);
cPhs__Step step = (cPhs__Step)dComIfG_resLoad(&mPhaseReq, getArcName());
if (step == cPhs_COMPLEATE_e) {
if (!fopAcM_entrySolidHeap(this, CheckCreateHeap, 0xa000)) {
+1 -1
View File
@@ -346,7 +346,7 @@ int daBdoorL1_c::CreateInit() {
/* 804E28E4-804E2A98 000BC4 01B4+00 1/1 0/0 0/0 .text create__11daBdoorL1_cFv */
int daBdoorL1_c::create() {
fopAcM_SetupActor(this, daBdoorL1_c);
fopAcM_ct(this, daBdoorL1_c);
int rv = dComIfG_resLoad(&mPhase1, getArcName());
if (rv != cPhs_COMPLEATE_e) {
return rv;
+1 -1
View File
@@ -142,7 +142,7 @@ int daBdoorL5_c::CreateInit() {
/* 8067106C-806711FC 0004AC 0190+00 1/1 0/0 0/0 .text create__11daBdoorL5_cFv */
int daBdoorL5_c::create() {
fopAcM_SetupActor(this, daBdoorL5_c);
fopAcM_ct(this, daBdoorL5_c);
int rv = dComIfG_resLoad(&mPhase1, getArcName());
if (rv != cPhs_COMPLEATE_e) {
return rv;
+1 -1
View File
@@ -165,7 +165,7 @@ int daDbDoor00_c::CreateInit() {
/* 8045D9A8-8045DA68 0006A8 00C0+00 1/1 0/0 0/0 .text create__12daDbDoor00_cFv */
int daDbDoor00_c::create() {
fopAcM_SetupActor(this, daDbDoor00_c);
fopAcM_ct(this, daDbDoor00_c);
int phase = dComIfG_resLoad(&mPhaseReq2, getAlwaysArcName());
if (phase != cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -155,7 +155,7 @@ int daKnob20_c::CreateInit() {
/* 8045ED1C-8045EE14 00053C 00F8+00 1/1 0/0 0/0 .text create__10daKnob20_cFv */
int daKnob20_c::create() {
fopAcM_SetupActor(this, daKnob20_c);
fopAcM_ct(this, daKnob20_c);
int phase = dComIfG_resLoad(&mPhase2, getAlwaysArcName());
if (phase != cPhs_COMPLEATE_e) {
return phase;
+1 -1
View File
@@ -523,7 +523,7 @@ int daMBdoorL1_c::CreateInit() {
/* 80673B9C-80673D98 0013DC 01FC+00 1/1 0/0 0/0 .text create__12daMBdoorL1_cFv */
int daMBdoorL1_c::create() {
fopAcM_SetupActor(this, daMBdoorL1_c);
fopAcM_ct(this, daMBdoorL1_c);
int rv = dComIfG_resLoad(&mPhase1, getArcName());
if (rv != cPhs_COMPLEATE_e) {
return rv;
+1 -1
View File
@@ -373,7 +373,7 @@ int daDoorPush_c::Delete() {
/* 80678DAC-80678E38 00106C 008C+00 1/0 0/0 0/0 .text daDoorPush_create1st__FP12daDoorPush_c */
static int daDoorPush_create1st(daDoorPush_c* i_this) {
fopAcM_SetupActor(i_this, daDoorPush_c);
fopAcM_ct(i_this, daDoorPush_c);
return i_this->create1st();
}
+1 -1
View File
@@ -2235,7 +2235,7 @@ static int daDoor20_Delete(daDoor20_c* i_this) {
/* 80466618-8046670C 005B58 00F4+00 1/0 0/0 0/0 .text daDoor20_Create__FP10fopAc_ac_c */
static int daDoor20_Create(fopAc_ac_c* i_this) {
fopAcM_SetupActor(i_this, daDoor20_c);
fopAcM_ct(i_this, daDoor20_c);
return static_cast<daDoor20_c*>(i_this)->create();
}
+1 -1
View File
@@ -240,7 +240,7 @@ AUDIO_INSTANCES;
/* 80467C7C-80467DF8 00085C 017C+00 1/0 0/0 0/0 .text daDsh_Create__FP10fopAc_ac_c */
int daDsh_c::create() {
fopAcM_SetupActor(this, daDsh_c);
fopAcM_ct(this, daDsh_c);
mType = getType();
+1 -1
View File
@@ -912,7 +912,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 8067B8E4-8067BAEC 002864 0208+00 1/1 0/0 0/0 .text Create__10e_ai_classFv */
int e_ai_class::Create() {
fopAcM_SetupActor(this, e_ai_class);
fopAcM_ct(this, e_ai_class);
int phase_state = dComIfG_resLoad(&m_phase, "E_AI");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -682,7 +682,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 8067E428-8067E724 001D48 02FC+00 1/0 0/0 0/0 .text daE_ARROW_Create__FP10fopAc_ac_c */
static int daE_ARROW_Create(fopAc_ac_c* i_this) {
e_arrow_class* const a_this = static_cast<e_arrow_class*>(i_this);
fopAcM_SetupActor(i_this, e_arrow_class);
fopAcM_ct(i_this, e_arrow_class);
if (fopAcM_GetParam(a_this) & 0x80000000) {
a_this->mResName = "E_rdy";
+1 -1
View File
@@ -1035,7 +1035,7 @@ static cPhs__Step daE_BA_Create(fopAc_ac_c* i_this) {
} // mSphAttr
};
fopAcM_SetupActor(i_this, e_ba_class);
fopAcM_ct(i_this, e_ba_class);
e_ba_class* _this = (e_ba_class*)i_this;
_this->mType = (fopAcM_GetParam(_this) & 0xf000) >> 12;
+1 -1
View File
@@ -739,7 +739,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 80684E24-80685224 0026A4 0400+00 1/0 0/0 0/0 .text daE_Bee_Create__FP10fopAc_ac_c */
static cPhs__Step daE_Bee_Create(fopAc_ac_c* i_this) {
e_bee_class* _this = static_cast<e_bee_class*>(i_this);
fopAcM_SetupActor(_this, e_bee_class);
fopAcM_ct(_this, e_bee_class);
cPhs__Step step = (cPhs__Step)dComIfG_resLoad(&_this->mPhase, "E_bee");
if (step == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -1362,7 +1362,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 80689C38-8068A07C 004518 0444+00 1/1 0/0 0/0 .text create__8daE_BG_cFv */
int daE_BG_c::create() {
fopAcM_SetupActor(this, daE_BG_c);
fopAcM_ct(this, daE_BG_c);
field_0x68d = fopAcM_GetParam(this);
if (field_0x68d == 0xff) {
+1 -1
View File
@@ -888,7 +888,7 @@ static int useHeapInit(fopAc_ac_c* a_this) {
/* 8068CC00-8068D080 002700 0480+00 1/0 0/0 0/0 .text daE_BI_Create__FP10fopAc_ac_c */
static cPhs__Step daE_BI_Create(fopAc_ac_c* a_this) {
fopAcM_SetupActor(a_this, e_bi_class);
fopAcM_ct(a_this, e_bi_class);
e_bi_class* i_this = (e_bi_class*)a_this;
cPhs__Step phase = (cPhs__Step)dComIfG_resLoad(&i_this->mPhase, "E_BI");
+1 -1
View File
@@ -103,7 +103,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
*/
static int daE_BI_LEAF_Create(fopAc_ac_c* i_this) {
e_bi_leaf_class* a_this = static_cast<e_bi_leaf_class*>(i_this);
fopAcM_SetupActor(a_this, e_bi_leaf_class);
fopAcM_ct(a_this, e_bi_leaf_class);
int phase_state = dComIfG_resLoad(&a_this->mPhase, "E_BI");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -845,7 +845,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 80690224-806905B8 0021E4 0394+00 1/0 0/0 0/0 .text daE_BS_Create__FP10fopAc_ac_c */
static int daE_BS_Create(fopAc_ac_c* i_this) {
e_bs_class* a_this = (e_bs_class*)i_this;
fopAcM_SetupActor(i_this, e_bs_class);
fopAcM_ct(i_this, e_bs_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_BS");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -1051,7 +1051,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 80693BD4-80693FC0 002B14 03EC+00 1/0 0/0 0/0 .text daE_BU_Create__FP10fopAc_ac_c */
static int daE_BU_Create(fopAc_ac_c* i_this) {
e_bu_class* a_this = (e_bu_class*)i_this;
fopAcM_SetupActor(i_this, e_bu_class);
fopAcM_ct(i_this, e_bu_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_BU");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -838,7 +838,7 @@ static int useHeapInit(fopAc_ac_c* a_this) {
static cPhs__Step daE_Bug_Create(fopAc_ac_c* a_this) {
e_bug_class* i_this = (e_bug_class*)a_this;
fopAcM_SetupActor(a_this, e_bug_class);
fopAcM_ct(a_this, e_bug_class);
cPhs__Step phase = (cPhs__Step)dComIfG_resLoad(&i_this->mPhase, "E_bug");
if (phase == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -500,7 +500,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 8069936C-806995E0 00144C 0274+00 1/0 0/0 0/0 .text daE_CR_Create__FP10fopAc_ac_c */
static int daE_CR_Create(fopAc_ac_c* i_this) {
e_cr_class* a_this = (e_cr_class*)i_this;
fopAcM_SetupActor(i_this, e_cr_class);
fopAcM_ct(i_this, e_cr_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_CR");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -173,7 +173,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
*/
static int daE_CR_EGG_Create(fopAc_ac_c* i_this) {
e_cr_egg_class* a_this = (e_cr_egg_class*)i_this;
fopAcM_SetupActor(i_this, e_cr_egg_class);
fopAcM_ct(i_this, e_cr_egg_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_CR");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -2099,7 +2099,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806A0B54-806A106C 006154 0518+00 1/0 0/0 0/0 .text daE_DB_Create__FP10fopAc_ac_c */
static int daE_DB_Create(fopAc_ac_c* i_this) {
e_db_class* a_this = (e_db_class*)i_this;
fopAcM_SetupActor(i_this, e_db_class);
fopAcM_ct(i_this, e_db_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_db");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -51,7 +51,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806A205C-806A210C 00029C 00B0+00 1/0 0/0 0/0 .text daE_DB_LEAF_Create__FP10fopAc_ac_c */
static int daE_DB_LEAF_Create(fopAc_ac_c* i_this) {
e_db_leaf_class* leaf = (e_db_leaf_class*)i_this;
fopAcM_SetupActor(leaf, e_db_leaf_class);
fopAcM_ct(leaf, e_db_leaf_class);
int ret = dComIfG_resLoad(&leaf->mPhase, "E_DB");
if (ret == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -1694,7 +1694,7 @@ static int kabe_initial_pos_set(e_dd_class* i_this) {
/* 806A65C4-806A69A4 004444 03E0+00 1/0 0/0 0/0 .text daE_DD_Create__FP10fopAc_ac_c */
static cPhs__Step daE_DD_Create(fopAc_ac_c* a_this) {
e_dd_class* i_this = (e_dd_class*)a_this;
fopAcM_SetupActor(a_this, e_dd_class);
fopAcM_ct(a_this, e_dd_class);
cPhs__Step phase = (cPhs__Step)dComIfG_resLoad(&i_this->mPhase, "E_dd");
if (phase == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -683,7 +683,7 @@ static int daE_DF_Delete(daE_DF_c* i_this) {
/* 806A9678-806A9930 002078 02B8+00 1/1 0/0 0/0 .text Create__8daE_DF_cFv */
int daE_DF_c::Create() {
fopAcM_SetupActor(this, daE_DF_c);
fopAcM_ct(this, daE_DF_c);
cPhs__Step rv = (cPhs__Step)dComIfG_resLoad(&mPhaseReq, "E_DF");
if (rv == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -1025,7 +1025,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806ACE14-806AD0AC 002D14 0298+00 1/1 0/0 0/0 .text create__8daE_DK_cFv */
int daE_DK_c::create() {
fopAcM_SetupActor(this, daE_DK_c);
fopAcM_ct(this, daE_DK_c);
s32 loadRes = dComIfG_resLoad(&mPhaseReq, "E_DK");
if (loadRes == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -3331,7 +3331,7 @@ static int useHeapInit(fopAc_ac_c* a_this) {
static cPhs__Step daE_DN_Create(fopAc_ac_c* a_this) {
e_dn_class* i_this = (e_dn_class*)a_this;
fopAcM_SetupActor(a_this, e_dn_class);
fopAcM_ct(a_this, e_dn_class);
cPhs__Step phase = (cPhs__Step)dComIfG_resLoad(&i_this->mPhase, "E_dn");
if (phase == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -2539,7 +2539,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806B5460-806B592C 007C40 04CC+00 1/1 0/0 0/0 .text create__8daE_DT_cFv */
cPhs__Step daE_DT_c::create() {
fopAcM_SetupActor(this, daE_DT_c);
fopAcM_ct(this, daE_DT_c);
cPhs__Step step = (cPhs__Step)dComIfG_resLoad(&mPhase[0], "E_DT");
if (step != cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -925,7 +925,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806B88E0-806B8C1C 002520 033C+00 1/1 0/0 0/0 .text create__8daE_FB_cFv */
cPhs__Step daE_FB_c::create() {
fopAcM_SetupActor(this, daE_FB_c);
fopAcM_ct(this, daE_FB_c);
mType = fopAcM_GetParam(this);
swBit0 = (fopAcM_GetParam(this) & 0xFF00) >> 8;
swBit1 = (fopAcM_GetParam(this) & 0xFF0000) >> 16;
+1 -1
View File
@@ -784,7 +784,7 @@ void daE_FK_c::CreateChk() {
/* 806BB004-806BB324 001D64 0320+00 1/1 0/0 0/0 .text Create__8daE_FK_cFv */
int daE_FK_c::Create() {
fopAcM_SetupActor(this, daE_FK_c);
fopAcM_ct(this, daE_FK_c);
int phase_state = dComIfG_resLoad(&mPhase, "E_fk");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -3691,7 +3691,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 804F9614-804F9B64 00A614 0550+00 1/0 0/0 0/0 .text daE_FM_Create__FP10fopAc_ac_c */
static int daE_FM_Create(fopAc_ac_c* i_this) {
e_fm_class* a_this = (e_fm_class*)i_this;
fopAcM_SetupActor(a_this, e_fm_class);
fopAcM_ct(a_this, e_fm_class);
static dCcD_SrcSph cc_sph_src = {
{
+1 -1
View File
@@ -743,7 +743,7 @@ static int useHeapIe_fst(fopAc_ac_c* i_this) {
/* 806BD838-806BDD38 001E58 0500+00 1/0 0/0 0/0 .text daE_Fs_Create__FP10fopAc_ac_c */
static cPhs__Step daE_Fs_Create(fopAc_ac_c* i_this) {
fopAcM_SetupActor(i_this, e_fs_class);
fopAcM_ct(i_this, e_fs_class);
e_fs_class* _this = (e_fs_class*)(i_this);
cPhs__Step step = (cPhs__Step)dComIfG_resLoad(&_this->mPhase, "E_FS");
+1 -1
View File
@@ -957,7 +957,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806C0CD0-806C1208 002470 0538+00 1/1 0/0 0/0 .text create__8daE_FZ_cFv */
s32 daE_FZ_c::create() {
fopAcM_SetupActor(this,daE_FZ_c);
fopAcM_ct(this,daE_FZ_c);
s32 phase = dComIfG_resLoad(&mPhaseReq,"E_FZ");
if (phase == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -205,7 +205,7 @@ static int daE_Ga_Create(fopAc_ac_c* i_this) {
static const int l_bmdidx[] = {3};
e_ga_class* a_this = (e_ga_class*)i_this;
fopAcM_SetupActor(i_this, e_ga_class);
fopAcM_ct(i_this, e_ga_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_Ga");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -1608,7 +1608,7 @@ static cPhs__Step daE_GB_Create(fopAc_ac_c* a_this) {
};
e_gb_class* i_this = (e_gb_class*)a_this;
fopAcM_SetupActor(a_this, e_gb_class);
fopAcM_ct(a_this, e_gb_class);
cPhs__Step phase = (cPhs__Step)dComIfG_resLoad(&i_this->mPhase, "E_gb");
if (phase == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -1335,7 +1335,7 @@ int daE_GE_c::create() {
} // mSphAttr
};
fopAcM_SetupActor(this, daE_GE_c);
fopAcM_ct(this, daE_GE_c);
mSwitch = fopAcM_GetParam(this) >> 8;
if (mSwitch != 0xFF && dComIfGs_isSwitch(mSwitch, fopAcM_GetRoomNo(this))) {
+1 -1
View File
@@ -1058,7 +1058,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806D027C-806D0608 002EDC 038C+00 1/1 0/0 0/1 .text create__8daE_GI_cFv */
int daE_GI_c::create() {
fopAcM_SetupActor(this, daE_GI_c);
fopAcM_ct(this, daE_GI_c);
OS_REPORT("E_GI PARAM %x\n", fopAcM_GetParam(this));
mSwbit = fopAcM_GetParam(this);
+1 -1
View File
@@ -1759,7 +1759,7 @@ static u16 const l_heapsize[4] = {
/* 806D6CF0-806D71F4 005B70 0504+00 1/1 0/0 0/0 .text create__8daE_GM_cFv */
cPhs__Step daE_GM_c::create() {
fopAcM_SetupActor(this, daE_GM_c);
fopAcM_ct(this, daE_GM_c);
mType = fopAcM_GetParam(this);
if (mType == 0xFF) {
+1 -1
View File
@@ -2300,7 +2300,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806DE69C-806DEA10 0066FC 0374+00 1/0 0/0 0/0 .text daE_GOB_Create__FP10fopAc_ac_c */
static int daE_GOB_Create(fopAc_ac_c* i_this) {
e_gob_class* a_this = (e_gob_class*)i_this;
fopAcM_SetupActor(a_this, e_gob_class);
fopAcM_ct(a_this, e_gob_class);
OS_REPORT("E_GOB//////////////E_GOB SET 0 !!\n");
+1 -1
View File
@@ -200,7 +200,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806DFC00-806DFD5C 000880 015C+00 1/0 0/0 0/0 .text daE_GS_Create__FP10fopAc_ac_c */
static int daE_GS_Create(fopAc_ac_c* i_this) {
e_gs_class* a_this = (e_gs_class*)i_this;
fopAcM_SetupActor(i_this, e_gs_class);
fopAcM_ct(i_this, e_gs_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_gs");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -1403,7 +1403,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 804FFD60-80500264 0040E0 0504+00 1/0 0/0 0/0 .text daE_HB_Create__FP10fopAc_ac_c */
static int daE_HB_Create(fopAc_ac_c* i_this) {
e_hb_class* a_this = (e_hb_class*)i_this;
fopAcM_SetupActor(i_this, e_hb_class);
fopAcM_ct(i_this, e_hb_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_hb");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -67,7 +67,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
*/
static int daE_HB_LEAF_Create(fopAc_ac_c* i_this) {
e_hb_leaf_class* a_this = static_cast<e_hb_leaf_class*>(i_this);
fopAcM_SetupActor(a_this, e_hb_leaf_class);
fopAcM_ct(a_this, e_hb_leaf_class);
int phase_state = dComIfG_resLoad(&a_this->mPhase, "E_HB");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -1213,7 +1213,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806E951C-806E9900 00381C 03E4+00 1/1 0/0 0/0 .text create__8daE_HP_cFv */
int daE_HP_c::create() {
fopAcM_SetupActor(this, daE_HP_c);
fopAcM_ct(this, daE_HP_c);
s32 loadResult = dComIfG_resLoad(&mPhaseReq, "E_HP");
if (loadResult == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -2011,7 +2011,7 @@ int daE_HZ_c::create() {
} // mSphAttr
};
fopAcM_SetupActor(this, daE_HZ_c);
fopAcM_ct(this, daE_HZ_c);
dKy_tevstr_init(&mTevStr, home.roomNo, 0xFF);
+1 -1
View File
@@ -1395,7 +1395,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
*/
static int daE_HZELDA_Create(fopAc_ac_c* i_this) {
e_hzelda_class* a_this = (e_hzelda_class*)i_this;
fopAcM_SetupActor(a_this, e_hzelda_class);
fopAcM_ct(a_this, e_hzelda_class);
int phase_state = dComIfG_resLoad(&a_this->mPhase, "Hzelda");
a_this->mPrm0 = fopAcM_GetParam(i_this);
+1 -1
View File
@@ -652,7 +652,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806F736C-806F76B4 001A0C 0348+00 1/0 0/0 0/0 .text daE_IS_Create__FP10fopAc_ac_c */
static int daE_IS_Create(fopAc_ac_c* i_this) {
e_is_class* a_this = (e_is_class*)i_this;
fopAcM_SetupActor(i_this, e_is_class);
fopAcM_ct(i_this, e_is_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_IS");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -710,7 +710,7 @@ static int daE_KG_Create(fopAc_ac_c* i_this) {
} // mSphAttr
};
fopAcM_SetupActor(i_this, e_kg_class);
fopAcM_ct(i_this, e_kg_class);
e_kg_class* a_this = (e_kg_class*) i_this;
int phase = dComIfG_resLoad(&a_this->mPhase, "E_kg");
if (phase == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -1398,7 +1398,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 806FE6B8-806FED20 004098 0668+00 1/1 0/0 0/0 .text create__8daE_KK_cFv */
int daE_KK_c::create() {
fopAcM_SetupActor(this, daE_KK_c);
fopAcM_ct(this, daE_KK_c);
int phase_state = dComIfG_resLoad(&mPhaseReq, "E_KK");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -2324,7 +2324,7 @@ static int daE_Kr_Create(fopAc_ac_c* i_this) {
e_kr_class* kr = (e_kr_class*)i_this;
s32 loadResult = dComIfG_resLoad(&kr->mPhase, "E_kr");
fopAcM_SetupActor(i_this, e_kr_class);
fopAcM_ct(i_this, e_kr_class);
if (loadResult == cPhs_COMPLEATE_e) {
OS_REPORT("PARAM %x\n", fopAcM_GetParam(i_this));
+1 -1
View File
@@ -702,7 +702,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 80708584-8070879C 002504 0218+00 1/0 0/0 0/0 .text daE_MB_Create__FP10fopAc_ac_c */
static int daE_MB_Create(fopAc_ac_c* i_this) {
e_mb_class* a_this = (e_mb_class*)i_this;
fopAcM_SetupActor(a_this, e_mb_class);
fopAcM_ct(a_this, e_mb_class);
int phase_state = dComIfG_resLoad(&a_this->mPhase, "E_mb");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -403,7 +403,7 @@ static int daE_MD_Execute(daE_MD_c* i_this) {
/* 8070A044-8070A3CC 0012C4 0388+00 1/1 0/0 0/0 .text create__8daE_MD_cFv */
int daE_MD_c::create() {
fopAcM_SetupActor(this, daE_MD_c);
fopAcM_ct(this, daE_MD_c);
int phase_state = dComIfG_resLoad(&mPhase, "E_MD");
if (phase_state == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -3193,7 +3193,7 @@ static int useHeapInit(fopAc_ac_c* a_this) {
static cPhs__Step daE_MF_Create(fopAc_ac_c* a_this) {
e_mf_class* i_this = (e_mf_class*)a_this;
fopAcM_SetupActor(a_this, e_mf_class);
fopAcM_ct(a_this, e_mf_class);
cPhs__Step phase = (cPhs__Step)dComIfG_resLoad(&i_this->mPhase, "E_mf");
if (phase == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -2798,7 +2798,7 @@ static int daE_MK_Create(fopAc_ac_c* i_actor) {
e_mk_class* mk = (e_mk_class*)i_actor;
fopAcM_SetupActor(&mk->enemy, e_mk_class);
fopAcM_ct(&mk->enemy, e_mk_class);
int phase = dComIfG_resLoad(&mk->mPhase, "E_mk");
if (phase == cPhs_COMPLEATE_e) {
+1 -1
View File
@@ -761,7 +761,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
/* 8071F168-8071F3D0 002568 0268+00 1/0 0/0 0/0 .text daE_MK_BO_Create__FP10fopAc_ac_c */
static int daE_MK_BO_Create(fopAc_ac_c* i_this) {
e_mk_bo_class* a_this = (e_mk_bo_class*)i_this;
fopAcM_SetupActor(i_this, e_mk_bo_class);
fopAcM_ct(i_this, e_mk_bo_class);
int phase_state = dComIfG_resLoad(&a_this->phase, "E_mk");
if (phase_state == cPhs_COMPLEATE_e) {

Some files were not shown because too many files have changed in this diff Show More