mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 04:52:21 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -1759,6 +1759,7 @@ static BOOL daAgb_Draw(daAgb_c* i_this) {
|
||||
|
||||
/* 800D38F0-800D38F8 .text daAgb_IsDelete__FP7daAgb_c */
|
||||
static BOOL daAgb_IsDelete(daAgb_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1087,6 +1087,7 @@ static BOOL daAM_Execute(am_class* i_this) {
|
||||
|
||||
/* 000039A4-000039AC .text daAM_IsDelete__FP8am_class */
|
||||
static BOOL daAM_IsDelete(am_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1186,6 +1186,7 @@ static BOOL daAM2_Execute(am2_class* i_this) {
|
||||
|
||||
/* 00003AB8-00003AC0 .text daAM2_IsDelete__FP9am2_class */
|
||||
static BOOL daAM2_IsDelete(am2_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -231,6 +231,7 @@ static BOOL daAndsw2_Execute(daAndsw2_c* i_this) {
|
||||
|
||||
/* 00000574-0000057C .text daAndsw2_IsDelete__FP10daAndsw2_c */
|
||||
static BOOL daAndsw2_IsDelete(daAndsw2_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1273,6 +1273,7 @@ static BOOL daArrowDraw(void* i_this) {
|
||||
|
||||
/* 800D8280-800D8288 .text daArrowIsDelete__FPv */
|
||||
static BOOL daArrowIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -99,6 +99,7 @@ static BOOL daAtt_Execute(att_class* i_this) {
|
||||
|
||||
/* 00000568-00000570 .text daAtt_IsDelete__FP9att_class */
|
||||
static BOOL daAtt_IsDelete(att_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -149,6 +149,7 @@ static BOOL daBita_Execute(bita_class* i_this) {
|
||||
|
||||
/* 00000714-0000071C .text daBita_IsDelete__FP10bita_class */
|
||||
static BOOL daBita_IsDelete(bita_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -4501,6 +4501,7 @@ static BOOL daBk_Execute(bk_class* i_this) {
|
||||
|
||||
/* 0000DD1C-0000DD24 .text daBk_IsDelete__FP8bk_class */
|
||||
static BOOL daBk_IsDelete(bk_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -813,6 +813,7 @@ static BOOL daBoko_Execute(daBoko_c* i_this) {
|
||||
|
||||
/* 00002A24-00002A2C .text daBoko_IsDelete__FP8daBoko_c */
|
||||
static BOOL daBoko_IsDelete(daBoko_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1319,6 +1319,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
}
|
||||
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/* 00000078-00000080 .text daBossItem_IsDelete__FP14bossitem_class */
|
||||
static BOOL daBossItem_IsDelete(bossitem_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -180,6 +180,7 @@ static BOOL daBranch_Execute(daBranch_c* i_this) {
|
||||
|
||||
/* 0000060C-00000614 .text daBranch_IsDelete__FP10daBranch_c */
|
||||
static BOOL daBranch_IsDelete(daBranch_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -182,6 +182,7 @@ static BOOL daBwdg_Execute(bwdg_class* i_this) {
|
||||
|
||||
/* 0000084C-00000854 .text daBwdg_IsDelete__FP10bwdg_class */
|
||||
static BOOL daBwdg_IsDelete(bwdg_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -857,6 +857,7 @@ static BOOL daStandItem_Execute(void* i_this) {
|
||||
|
||||
/* 800E5444-800E544C .text daStandItem_IsDelete__FPv */
|
||||
static BOOL daStandItem_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -823,6 +823,7 @@ BOOL daDemo00_c::execute() {
|
||||
|
||||
/* 800E78A0-800E78A8 .text daDemo00_IsDelete__FP10daDemo00_c */
|
||||
static BOOL daDemo00_IsDelete(daDemo00_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -209,6 +209,7 @@ static BOOL daDr_Execute(dr_class* i_this) {
|
||||
|
||||
/* 00000A8C-00000A94 .text daDr_IsDelete__FP8dr_class */
|
||||
static BOOL daDr_IsDelete(dr_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -212,6 +212,7 @@ static BOOL daEsa_Execute(esa_class* i_this) {
|
||||
|
||||
/* 800E89B8-800E89C0 .text daEsa_IsDelete__FP9esa_class */
|
||||
static BOOL daEsa_IsDelete(esa_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -282,6 +282,7 @@ static BOOL daFan_Execute(void* i_this) {
|
||||
|
||||
/* 00001218-00001220 .text daFan_IsDelete__FPv */
|
||||
static BOOL daFan_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -283,6 +283,7 @@ static BOOL daFgmahou_Execute(fgmahou_class* i_this) {
|
||||
|
||||
/* 00000DD8-00000DE0 .text daFgmahou_IsDelete__FP13fgmahou_class */
|
||||
static BOOL daFgmahou_IsDelete(fgmahou_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -138,6 +138,7 @@ static BOOL daFloor_Execute(void* i_this) {
|
||||
|
||||
/* 0000076C-00000774 .text daFloor_IsDelete__FPv */
|
||||
static BOOL daFloor_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ static BOOL daHitobj_Execute(hitobj_class* i_this) {
|
||||
|
||||
/* 000000E8-000000F0 .text daHitobj_IsDelete__FP12hitobj_class */
|
||||
static BOOL daHitobj_IsDelete(hitobj_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -461,6 +461,7 @@ static BOOL daHookshot_Execute(daHookshot_c* i_this) {
|
||||
|
||||
/* 800F2B74-800F2B7C .text daHookshot_IsDelete__FP12daHookshot_c */
|
||||
static BOOL daHookshot_IsDelete(daHookshot_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -120,6 +120,7 @@ static BOOL daHot_FloorDraw(void* i_this) {
|
||||
|
||||
/* 0000060C-00000614 .text daHot_FloorIsDelete__FPv */
|
||||
static BOOL daHot_FloorIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -469,6 +469,7 @@ static BOOL daIball_Delete(daIball_c* i_this) {
|
||||
|
||||
/* 800F4BA0-800F4BA8 .text daIball_IsDelete__FP9daIball_c */
|
||||
static BOOL daIball_IsDelete(daIball_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -179,6 +179,7 @@ static BOOL daIkariDraw(void* i_this) {
|
||||
|
||||
/* 0000066C-00000674 .text daIkariIsDelete__FPv */
|
||||
static BOOL daIkariIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -120,6 +120,7 @@ static BOOL daKajiDraw(void* i_this) {
|
||||
|
||||
/* 00000568-00000570 .text daKajiIsDelete__FPv */
|
||||
static BOOL daKajiIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -2342,6 +2342,7 @@ static BOOL daKb_Execute(kb_class* i_this) {
|
||||
|
||||
/* 00006E38-00006E40 .text daKb_IsDelete__FP8kb_class */
|
||||
static BOOL daKb_IsDelete(kb_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -114,6 +114,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 000005A4-000005AC .text Mthd_IsDelete__Q28daKomore24@unnamed@d_a_komore_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1479,6 +1479,7 @@ static BOOL daKS_Execute(ks_class* i_this) {
|
||||
|
||||
/* 00003054-0000305C .text daKS_IsDelete__FP8ks_class */
|
||||
static BOOL daKS_IsDelete(ks_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -302,6 +302,7 @@ static BOOL daKt_Execute(kt_class* i_this) {
|
||||
|
||||
/* 00001240-00001248 .text daKt_IsDelete__FP8kt_class */
|
||||
static BOOL daKt_IsDelete(kt_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -340,6 +340,7 @@ static BOOL daKytag00_Execute(kytag00_class* i_this) {
|
||||
|
||||
/* 00000D44-00000D4C .text daKytag00_IsDelete__FP13kytag00_class */
|
||||
static BOOL daKytag00_IsDelete(kytag00_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ static BOOL daKytag01_Execute(kytag01_class* i_this) {
|
||||
|
||||
/* 000000A8-000000B0 .text daKytag01_IsDelete__FP13kytag01_class */
|
||||
static BOOL daKytag01_IsDelete(kytag01_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -100,6 +100,7 @@ static BOOL daKytag02_Execute(kytag02_class* i_this) {
|
||||
|
||||
/* 00000400-00000408 .text daKytag02_IsDelete__FP13kytag02_class */
|
||||
static BOOL daKytag02_IsDelete(kytag02_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -113,6 +113,7 @@ static BOOL daKytag03_Execute(kytag03_class* i_this) {
|
||||
|
||||
/* 0000050C-00000514 .text daKytag03_IsDelete__FP13kytag03_class */
|
||||
static BOOL daKytag03_IsDelete(kytag03_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -349,6 +349,7 @@ static BOOL daLlift_Execute(void* i_this) {
|
||||
|
||||
/* 0000120C-00001214 .text daLlift_IsDelete__FPv */
|
||||
static BOOL daLlift_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -396,6 +396,7 @@ static BOOL daLodbg_Execute(daLodbg_c* i_this) {
|
||||
|
||||
/* 000012BC-000012C4 .text daLodbg_IsDelete__FP9daLodbg_c */
|
||||
static BOOL daLodbg_IsDelete(daLodbg_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -170,6 +170,7 @@ static BOOL daLwood_Execute(void* i_this) {
|
||||
|
||||
/* 0000078C-00000794 .text daLwood_IsDelete__FPv */
|
||||
static BOOL daLwood_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ cPhs_State daMagma_c::create() {
|
||||
|
||||
/* 00000078-00000080 .text daMagma_IsDelete__FP9daMagma_c */
|
||||
static BOOL daMagma_IsDelete(daMagma_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -562,6 +562,7 @@ static BOOL daMbdoor_Execute(daMbdoor_c* i_this) {
|
||||
|
||||
/* 00001558-00001560 .text daMbdoor_IsDelete__FP10daMbdoor_c */
|
||||
static BOOL daMbdoor_IsDelete(daMbdoor_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -494,6 +494,7 @@ static BOOL daNh_Execute(daNh_c* i_this) {
|
||||
|
||||
/* 800FAE5C-800FAE64 .text daNh_IsDelete__FP6daNh_c */
|
||||
static BOOL daNh_IsDelete(daNh_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -656,6 +656,7 @@ static BOOL daNpc_Btsw2_Draw(daNpc_Btsw2_c* i_this) {
|
||||
|
||||
/* 00001FEC-00001FF4 .text daNpc_Btsw2_IsDelete__FP13daNpc_Btsw2_c */
|
||||
static BOOL daNpc_Btsw2_IsDelete(daNpc_Btsw2_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1467,6 +1467,7 @@ static BOOL daNpc_kam_Execute(daNpc_kam_c* i_this) {
|
||||
|
||||
/* 00004588-00004590 .text daNpc_kam_IsDelete__FP11daNpc_kam_c */
|
||||
static BOOL daNpc_kam_IsDelete(daNpc_kam_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -6237,6 +6237,7 @@ static BOOL daNpc_Md_Draw(daNpc_Md_c* i_this) {
|
||||
|
||||
/* 00011144-0001114C .text daNpc_Md_IsDelete__FP10daNpc_Md_c */
|
||||
static BOOL daNpc_Md_IsDelete(daNpc_Md_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -2462,6 +2462,7 @@ static BOOL daNpc_Os_Draw(daNpc_Os_c* i_this) {
|
||||
|
||||
/* 00006EC8-00006ED0 .text daNpc_Os_IsDelete__FP10daNpc_Os_c */
|
||||
static BOOL daNpc_Os_IsDelete(daNpc_Os_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -8485,6 +8485,7 @@ static BOOL daNpc_PeopleDraw(void* i_this) {
|
||||
|
||||
/* 00009968-00009970 .text daNpc_PeopleIsDelete__FPv */
|
||||
static BOOL daNpc_PeopleIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -123,6 +123,7 @@ static BOOL daObjAjavW_Draw(daObjAjavW_c* i_this) {
|
||||
|
||||
/* 000005F8-00000600 .text daObjAjavW_IsDelete__FP12daObjAjavW_c */
|
||||
static BOOL daObjAjavW_IsDelete(daObjAjavW_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -156,6 +156,7 @@ static BOOL daObjVteng_Draw(daObjVteng_c* i_this) {
|
||||
|
||||
/* 00000604-0000060C .text daObjVteng_IsDelete__FP12daObjVteng_c */
|
||||
static BOOL daObjVteng_IsDelete(daObjVteng_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -192,6 +192,7 @@ static BOOL daObjYboil_Execute(void* i_this) {
|
||||
|
||||
/* 00000DF4-00000DFC .text daObjYboil_IsDelete__FPv */
|
||||
static BOOL daObjYboil_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -166,6 +166,7 @@ static BOOL daObjYgush00_Draw(daObjYgush00_c* i_this) {
|
||||
|
||||
/* 00000788-00000790 .text daObjYgush00_IsDelete__FP14daObjYgush00_c */
|
||||
static BOOL daObjYgush00_IsDelete(daObjYgush00_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -156,6 +156,7 @@ static BOOL daObjAdnno_Execute(void* i_this) {
|
||||
|
||||
/* 0000051C-00000524 .text daObjAdnno_IsDelete__FPv */
|
||||
static BOOL daObjAdnno_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -175,6 +175,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 00000678-00000680 .text Mthd_IsDelete__Q210daObjAkabe27@unnamed@d_a_obj_akabe_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -753,6 +753,7 @@ BOOL daObjBarrel::Method::Draw(void* i_this) {
|
||||
|
||||
/* 000024A8-000024B0 .text IsDelete__Q211daObjBarrel6MethodFPv */
|
||||
BOOL daObjBarrel::Method::IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -624,6 +624,7 @@ static BOOL daObjBarrier_Draw(daObjBarrier_c* i_this) {
|
||||
|
||||
/* 00001CA8-00001CB0 .text daObjBarrier_IsDelete__FP14daObjBarrier_c */
|
||||
static BOOL daObjBarrier_IsDelete(daObjBarrier_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -115,6 +115,7 @@ static BOOL daObj_BscurtainDraw(void* i_this) {
|
||||
|
||||
/* 000004F8-00000500 .text daObj_BscurtainIsDelete__FPv */
|
||||
static BOOL daObj_BscurtainIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -103,6 +103,7 @@ static BOOL daObjCafelmp_Execute(void* i_this) {
|
||||
|
||||
/* 000003F0-000003F8 .text daObjCafelmp_IsDelete__FPv */
|
||||
static BOOL daObjCafelmp_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -125,6 +125,7 @@ static BOOL daObjDmgroom_Execute(void* i_this) {
|
||||
|
||||
/* 000005CC-000005D4 .text daObjDmgroom_IsDelete__FPv */
|
||||
static BOOL daObjDmgroom_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -224,6 +224,7 @@ static BOOL daObjDragonhead_Execute(void* i_this) {
|
||||
|
||||
/* 00000A48-00000A50 .text daObjDragonhead_IsDelete__FPv */
|
||||
static BOOL daObjDragonhead_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -183,6 +183,7 @@ static BOOL daObjGbed_Draw(daObjGbed_c* i_this) {
|
||||
|
||||
/* 000004D0-000004D8 .text daObjGbed_IsDelete__FP11daObjGbed_c */
|
||||
static BOOL daObjGbed_IsDelete(daObjGbed_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -37,8 +37,8 @@ void daObjGaship::Act_c::birth_flag() {
|
||||
}
|
||||
|
||||
/* 00000354-00000378 .text solidHeapCB__Q211daObjGaship5Act_cFP10fopAc_ac_c */
|
||||
BOOL daObjGaship::Act_c::solidHeapCB(fopAc_ac_c* i_ac) {
|
||||
return ((daObjGaship::Act_c*)i_ac)->create_heap();
|
||||
BOOL daObjGaship::Act_c::solidHeapCB(fopAc_ac_c* i_this) {
|
||||
return ((daObjGaship::Act_c*)i_this)->create_heap();
|
||||
}
|
||||
|
||||
/* 00000378-00000448 .text create_heap__Q211daObjGaship5Act_cFv */
|
||||
@@ -111,27 +111,28 @@ bool daObjGaship::Act_c::_draw() {
|
||||
namespace daObjGaship {
|
||||
namespace {
|
||||
/* 0000066C-0000068C .text Mthd_Create__Q211daObjGaship28@unnamed@d_a_obj_gaship_cpp@FPv */
|
||||
cPhs_State Mthd_Create(void* i_ac) {
|
||||
return ((daObjGaship::Act_c*)i_ac)->_create();
|
||||
cPhs_State Mthd_Create(void* i_this) {
|
||||
return ((daObjGaship::Act_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 0000068C-000006B0 .text Mthd_Delete__Q211daObjGaship28@unnamed@d_a_obj_gaship_cpp@FPv */
|
||||
BOOL Mthd_Delete(void* i_ac) {
|
||||
return ((daObjGaship::Act_c*)i_ac)->_delete();
|
||||
BOOL Mthd_Delete(void* i_this) {
|
||||
return ((daObjGaship::Act_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 000006B0-000006D4 .text Mthd_Execute__Q211daObjGaship28@unnamed@d_a_obj_gaship_cpp@FPv */
|
||||
BOOL Mthd_Execute(void* i_ac) {
|
||||
return ((daObjGaship::Act_c*)i_ac)->_execute();
|
||||
BOOL Mthd_Execute(void* i_this) {
|
||||
return ((daObjGaship::Act_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 000006D4-000006F8 .text Mthd_Draw__Q211daObjGaship28@unnamed@d_a_obj_gaship_cpp@FPv */
|
||||
BOOL Mthd_Draw(void* i_ac) {
|
||||
return ((daObjGaship::Act_c*)i_ac)->_draw();
|
||||
BOOL Mthd_Draw(void* i_this) {
|
||||
return ((daObjGaship::Act_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000006F8-00000700 .text Mthd_IsDelete__Q211daObjGaship28@unnamed@d_a_obj_gaship_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_ac) {
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -232,6 +232,7 @@ static BOOL daSampleDraw(void* i_this) {
|
||||
|
||||
/* 00000AA0-00000AA8 .text daSampleIsDelete__FPv */
|
||||
static BOOL daSampleIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -248,6 +248,7 @@ static BOOL daObjHfuck1_Draw(daObjHfuck1_c* i_this) {
|
||||
|
||||
/* 000008B8-000008C0 .text daObjHfuck1_IsDelete__FP13daObjHfuck1_c */
|
||||
static BOOL daObjHfuck1_IsDelete(daObjHfuck1_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -697,6 +697,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 00002A80-00002A88 .text Mthd_IsDelete__25@unnamed@d_a_obj_hha_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ static daObj_Hole_HIO_c l_HIO;
|
||||
const char daObj_Hole_c::m_arc_name[] = "Aana";
|
||||
|
||||
/* 000000EC-0000010C .text createHeap_CB__FP10fopAc_ac_c */
|
||||
static BOOL createHeap_CB(fopAc_ac_c* i_actor) {
|
||||
return static_cast<daObj_Hole_c*>(i_actor)->_createHeap();
|
||||
static BOOL createHeap_CB(fopAc_ac_c* i_this) {
|
||||
return static_cast<daObj_Hole_c*>(i_this)->_createHeap();
|
||||
}
|
||||
|
||||
/* 0000010C-00000148 .text __ct__16daObj_Hole_HIO_cFv */
|
||||
@@ -285,27 +285,28 @@ bool daObj_Hole_c::_delete() {
|
||||
}
|
||||
|
||||
/* 0000125C-0000127C .text daObj_HoleCreate__FPv */
|
||||
static cPhs_State daObj_HoleCreate(void* i_actor) {
|
||||
return static_cast<daObj_Hole_c*>(i_actor)->_create();
|
||||
static cPhs_State daObj_HoleCreate(void* i_this) {
|
||||
return static_cast<daObj_Hole_c*>(i_this)->_create();
|
||||
}
|
||||
|
||||
/* 0000127C-000012A0 .text daObj_HoleDelete__FPv */
|
||||
static BOOL daObj_HoleDelete(void* i_actor) {
|
||||
return static_cast<daObj_Hole_c*>(i_actor)->_delete();
|
||||
static BOOL daObj_HoleDelete(void* i_this) {
|
||||
return static_cast<daObj_Hole_c*>(i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 000012A0-000012C4 .text daObj_HoleExecute__FPv */
|
||||
static BOOL daObj_HoleExecute(void* i_actor) {
|
||||
return static_cast<daObj_Hole_c*>(i_actor)->_execute();
|
||||
static BOOL daObj_HoleExecute(void* i_this) {
|
||||
return static_cast<daObj_Hole_c*>(i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 000012C4-000012E8 .text daObj_HoleDraw__FPv */
|
||||
static BOOL daObj_HoleDraw(void* i_actor) {
|
||||
return static_cast<daObj_Hole_c*>(i_actor)->_draw();
|
||||
static BOOL daObj_HoleDraw(void* i_this) {
|
||||
return static_cast<daObj_Hole_c*>(i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000012E8-000012F0 .text daObj_HoleIsDelete__FPv */
|
||||
static BOOL daObj_HoleIsDelete(void* i_actor) {
|
||||
static BOOL daObj_HoleIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -878,6 +878,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 000029E0-000029E8 .text Mthd_IsDelete__Q210daObjHomen27@unnamed@d_a_obj_homen_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -188,6 +188,7 @@ static BOOL daObjLpalmDraw(void* i_this) {
|
||||
|
||||
/* 00000950-00000958 .text daObjLpalmIsDelete__FPv */
|
||||
static BOOL daObjLpalmIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -343,6 +343,7 @@ static BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 00000C60-00000C68 .text Mthd_IsDelete__Q210daObjPaper27@unnamed@d_a_obj_paper_cpp@FPv */
|
||||
static BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -621,6 +621,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 00001B00-00001B08 .text Mthd_IsDelete__29@unnamed@d_a_obj_shmrgrd_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -454,6 +454,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 0000124C-00001254 .text Mthd_IsDelete__Q212daObjSwheavy29@unnamed@d_a_obj_swheavy_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -797,6 +797,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 00002078-00002080 .text Mthd_IsDelete__Q211daObjSwpush28@unnamed@d_a_obj_swpush_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -110,6 +110,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 00000404-0000040C .text Mthd_IsDelete__Q210daObjTimer27@unnamed@d_a_obj_timer_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -78,8 +78,8 @@ enum {
|
||||
};
|
||||
|
||||
/* 00000078-00000098 .text solidHeapCB__12daObjVgnfd_cFP10fopAc_ac_c */
|
||||
BOOL daObjVgnfd_c::solidHeapCB(fopAc_ac_c* i_ac) {
|
||||
return ((daObjVgnfd_c*)i_ac)->create_heap();
|
||||
BOOL daObjVgnfd_c::solidHeapCB(fopAc_ac_c* i_this) {
|
||||
return ((daObjVgnfd_c*)i_this)->create_heap();
|
||||
}
|
||||
|
||||
/* 00000098-0000022C .text create_bdl_brk__12daObjVgnfd_cFi */
|
||||
@@ -474,27 +474,28 @@ bool daObjVgnfd_c::_draw() {
|
||||
|
||||
namespace {
|
||||
/* 000013F0-00001410 .text Mthd_Create__27@unnamed@d_a_obj_vgnfd_cpp@FPv */
|
||||
cPhs_State Mthd_Create(void* i_ac) {
|
||||
return ((daObjVgnfd_c*)i_ac)->_create();
|
||||
cPhs_State Mthd_Create(void* i_this) {
|
||||
return ((daObjVgnfd_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00001410-00001434 .text Mthd_Delete__27@unnamed@d_a_obj_vgnfd_cpp@FPv */
|
||||
BOOL Mthd_Delete(void* i_ac) {
|
||||
return ((daObjVgnfd_c*)i_ac)->_delete();
|
||||
BOOL Mthd_Delete(void* i_this) {
|
||||
return ((daObjVgnfd_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00001434-00001458 .text Mthd_Execute__27@unnamed@d_a_obj_vgnfd_cpp@FPv */
|
||||
BOOL Mthd_Execute(void* i_ac) {
|
||||
return ((daObjVgnfd_c*)i_ac)->_execute();
|
||||
BOOL Mthd_Execute(void* i_this) {
|
||||
return ((daObjVgnfd_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00001458-0000147C .text Mthd_Draw__27@unnamed@d_a_obj_vgnfd_cpp@FPv */
|
||||
BOOL Mthd_Draw(void* i_ac) {
|
||||
return ((daObjVgnfd_c*)i_ac)->_draw();
|
||||
BOOL Mthd_Draw(void* i_this) {
|
||||
return ((daObjVgnfd_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 0000147C-00001484 .text Mthd_IsDelete__27@unnamed@d_a_obj_vgnfd_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_ac) {
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
+12
-11
@@ -80,8 +80,8 @@ static dCcD_SrcCyl cyl_src_tree = {
|
||||
const char daObjVmc::Act_c::M_arcname[4] = "Vmc";
|
||||
|
||||
/* 00000078-0000009C .text solidHeapCB__Q28daObjVmc5Act_cFP10fopAc_ac_c */
|
||||
BOOL daObjVmc::Act_c::solidHeapCB(fopAc_ac_c* i_ac) {
|
||||
return ((Act_c*)i_ac)->create_heap();
|
||||
BOOL daObjVmc::Act_c::solidHeapCB(fopAc_ac_c* i_this) {
|
||||
return ((Act_c*)i_this)->create_heap();
|
||||
}
|
||||
|
||||
/* 0000009C-00000400 .text create_heap__Q28daObjVmc5Act_cFv */
|
||||
@@ -370,27 +370,28 @@ bool daObjVmc::Act_c::_draw() {
|
||||
namespace daObjVmc {
|
||||
namespace {
|
||||
/* 000012CC-000012EC .text Mthd_Create__Q28daObjVmc25@unnamed@d_a_obj_vmc_cpp@FPv */
|
||||
cPhs_State Mthd_Create(void* i_ac) {
|
||||
return ((Act_c*)i_ac)->_create();
|
||||
cPhs_State Mthd_Create(void* i_this) {
|
||||
return ((Act_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 000012EC-00001310 .text Mthd_Delete__Q28daObjVmc25@unnamed@d_a_obj_vmc_cpp@FPv */
|
||||
BOOL Mthd_Delete(void* i_ac) {
|
||||
return ((Act_c*)i_ac)->_delete();
|
||||
BOOL Mthd_Delete(void* i_this) {
|
||||
return ((Act_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00001310-00001334 .text Mthd_Execute__Q28daObjVmc25@unnamed@d_a_obj_vmc_cpp@FPv */
|
||||
BOOL Mthd_Execute(void* i_ac) {
|
||||
return ((Act_c*)i_ac)->_execute();
|
||||
BOOL Mthd_Execute(void* i_this) {
|
||||
return ((Act_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00001334-00001358 .text Mthd_Draw__Q28daObjVmc25@unnamed@d_a_obj_vmc_cpp@FPv */
|
||||
BOOL Mthd_Draw(void* i_ac) {
|
||||
return ((Act_c*)i_ac)->_draw();
|
||||
BOOL Mthd_Draw(void* i_this) {
|
||||
return ((Act_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00001358-00001360 .text Mthd_IsDelete__Q28daObjVmc25@unnamed@d_a_obj_vmc_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_ac) {
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
const char daObjVmsdz_c::M_arcname[6] = "VmsDZ";
|
||||
|
||||
/* 00000078-00000098 .text solidHeapCB__12daObjVmsdz_cFP10fopAc_ac_c */
|
||||
BOOL daObjVmsdz_c::solidHeapCB(fopAc_ac_c* i_ac) {
|
||||
return ((daObjVmsdz_c*)i_ac)->create_heap();
|
||||
BOOL daObjVmsdz_c::solidHeapCB(fopAc_ac_c* i_this) {
|
||||
return ((daObjVmsdz_c*)i_this)->create_heap();
|
||||
}
|
||||
|
||||
/* 00000098-0000015C .text create_heap__12daObjVmsdz_cFv */
|
||||
@@ -80,27 +80,28 @@ bool daObjVmsdz_c::_draw() {
|
||||
|
||||
namespace {
|
||||
/* 00000300-00000320 .text Mthd_Create__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
||||
cPhs_State Mthd_Create(void* i_ac) {
|
||||
return ((daObjVmsdz_c*)i_ac)->_create();
|
||||
cPhs_State Mthd_Create(void* i_this) {
|
||||
return ((daObjVmsdz_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00000320-00000344 .text Mthd_Delete__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
||||
BOOL Mthd_Delete(void* i_ac) {
|
||||
return ((daObjVmsdz_c*)i_ac)->_delete();
|
||||
BOOL Mthd_Delete(void* i_this) {
|
||||
return ((daObjVmsdz_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00000344-00000368 .text Mthd_Execute__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
||||
BOOL Mthd_Execute(void* i_ac) {
|
||||
return ((daObjVmsdz_c*)i_ac)->_execute();
|
||||
BOOL Mthd_Execute(void* i_this) {
|
||||
return ((daObjVmsdz_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 00000368-0000038C .text Mthd_Draw__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
||||
BOOL Mthd_Draw(void* i_ac) {
|
||||
return ((daObjVmsdz_c*)i_ac)->_draw();
|
||||
BOOL Mthd_Draw(void* i_this) {
|
||||
return ((daObjVmsdz_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 0000038C-00000394 .text Mthd_IsDelete__27@unnamed@d_a_obj_vmsdz_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_ac) {
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
const char daObjVmsms_c::M_arcname[6] = "VmsMS";
|
||||
|
||||
/* 00000078-00000098 .text solidHeapCB__12daObjVmsms_cFP10fopAc_ac_c */
|
||||
BOOL daObjVmsms_c::solidHeapCB(fopAc_ac_c* i_ac) {
|
||||
return ((daObjVmsms_c*)i_ac)->create_heap();
|
||||
BOOL daObjVmsms_c::solidHeapCB(fopAc_ac_c* i_this) {
|
||||
return ((daObjVmsms_c*)i_this)->create_heap();
|
||||
}
|
||||
|
||||
/* 00000098-0000015C .text create_heap__12daObjVmsms_cFv */
|
||||
@@ -89,27 +89,28 @@ bool daObjVmsms_c::_draw() {
|
||||
|
||||
namespace {
|
||||
/* 0000036C-0000038C .text Mthd_Create__27@unnamed@d_a_obj_vmsms_cpp@FPv */
|
||||
cPhs_State Mthd_Create(void* i_ac) {
|
||||
return ((daObjVmsms_c*)i_ac)->_create();
|
||||
cPhs_State Mthd_Create(void* i_this) {
|
||||
return ((daObjVmsms_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 0000038C-000003B0 .text Mthd_Delete__27@unnamed@d_a_obj_vmsms_cpp@FPv */
|
||||
BOOL Mthd_Delete(void* i_ac) {
|
||||
return ((daObjVmsms_c*)i_ac)->_delete();
|
||||
BOOL Mthd_Delete(void* i_this) {
|
||||
return ((daObjVmsms_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 000003B0-000003D4 .text Mthd_Execute__27@unnamed@d_a_obj_vmsms_cpp@FPv */
|
||||
BOOL Mthd_Execute(void* i_ac) {
|
||||
return ((daObjVmsms_c*)i_ac)->_execute();
|
||||
BOOL Mthd_Execute(void* i_this) {
|
||||
return ((daObjVmsms_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 000003D4-000003F8 .text Mthd_Draw__27@unnamed@d_a_obj_vmsms_cpp@FPv */
|
||||
BOOL Mthd_Draw(void* i_ac) {
|
||||
return ((daObjVmsms_c*)i_ac)->_draw();
|
||||
BOOL Mthd_Draw(void* i_this) {
|
||||
return ((daObjVmsms_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 000003F8-00000400 .text Mthd_IsDelete__27@unnamed@d_a_obj_vmsms_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_ac) {
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -51,6 +51,7 @@ BOOL daObjWood::Method::Draw(void* i_this) {
|
||||
|
||||
/* 00000388-00000390 .text IsDelete__Q29daObjWood6MethodFPv */
|
||||
BOOL daObjWood::Method::IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -126,6 +126,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
}
|
||||
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -1953,6 +1953,7 @@ static BOOL daRdDraw(void* i_this) {
|
||||
|
||||
/* 00005044-0000504C .text daRdIsDelete__FPv */
|
||||
static BOOL daRdIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ static BOOL daRct_Execute(RECTANGLE_class* i_this) {
|
||||
|
||||
/* 00000088-00000090 .text daRct_IsDelete__FP15RECTANGLE_class */
|
||||
static BOOL daRct_IsDelete(RECTANGLE_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -560,6 +560,7 @@ static BOOL daSail_Execute(sail_class* i_this) {
|
||||
|
||||
/* 00002154-0000215C .text daSail_IsDelete__FP10sail_class */
|
||||
static BOOL daSail_IsDelete(sail_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -48,6 +48,7 @@ static BOOL daSceneChgDraw(void* i_this) {
|
||||
|
||||
/* 000001C0-000001C8 .text daSceneChgIsDelete__FPv */
|
||||
static BOOL daSceneChgIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -254,7 +254,8 @@ static BOOL daSpcItem01_Execute(daSpcItem01_c* i_this) {
|
||||
}
|
||||
|
||||
/* 8015E3A8-8015E3B0 .text daSpcItem01_IsDelete__FP13daSpcItem01_c */
|
||||
static BOOL daSpcItem01_IsDelete(daSpcItem01_c* ignored) {
|
||||
static BOOL daSpcItem01_IsDelete(daSpcItem01_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -49,6 +49,7 @@ static BOOL daSpotbox_Execute(daSpotbox_c* i_this) {
|
||||
|
||||
/* 00000138-00000140 .text daSpotbox_IsDelete__FP11daSpotbox_c */
|
||||
static BOOL daSpotbox_IsDelete(daSpotbox_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -148,6 +148,7 @@ static BOOL daSwAt_Execute(void* i_this) {
|
||||
|
||||
/* 000005F0-000005F8 .text daSwAt_IsDelete__FPv */
|
||||
static BOOL daSwAt_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ static BOOL daSwc00_Execute(swc00_class* i_this) {
|
||||
|
||||
/* 00000180-00000188 .text daSwc00_IsDelete__FP11swc00_class */
|
||||
static BOOL daSwc00_IsDelete(swc00_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
+21
-20
@@ -415,58 +415,59 @@ s32 daSwhit0_c::draw() {
|
||||
}
|
||||
|
||||
/* 000011E4-00001334 .text daSwhit0_Draw__FP10daSwhit0_c */
|
||||
static s32 daSwhit0_Draw(daSwhit0_c* i_swhit) {
|
||||
return i_swhit->draw();
|
||||
static s32 daSwhit0_Draw(daSwhit0_c* i_this) {
|
||||
return i_this->draw();
|
||||
}
|
||||
|
||||
/* 00001334-00001420 .text daSwhit0_Execute__FP10daSwhit0_c */
|
||||
static s32 daSwhit0_Execute(daSwhit0_c* i_swhit) {
|
||||
i_swhit->mAnm.play();
|
||||
i_swhit->mTexAnm.play();
|
||||
static s32 daSwhit0_Execute(daSwhit0_c* i_this) {
|
||||
i_this->mAnm.play();
|
||||
i_this->mTexAnm.play();
|
||||
|
||||
switch (i_swhit->mState) {
|
||||
switch (i_this->mState) {
|
||||
case 0:
|
||||
i_swhit->actionOffWait();
|
||||
i_this->actionOffWait();
|
||||
break;
|
||||
case 1:
|
||||
i_swhit->actionToOnReady();
|
||||
i_this->actionToOnReady();
|
||||
break;
|
||||
case 2:
|
||||
i_swhit->actionToOnOrder();
|
||||
i_this->actionToOnOrder();
|
||||
break;
|
||||
case 3:
|
||||
i_swhit->actionToOnDemo();
|
||||
i_this->actionToOnDemo();
|
||||
break;
|
||||
case 4:
|
||||
i_swhit->actionOnWait();
|
||||
i_this->actionOnWait();
|
||||
break;
|
||||
case 5:
|
||||
i_swhit->actionOnTimer();
|
||||
i_this->actionOnTimer();
|
||||
break;
|
||||
}
|
||||
|
||||
if (i_swhit->checkFlag(0x02)) {
|
||||
dComIfG_Ccsp()->Set(&i_swhit->mColCyl);
|
||||
if (i_this->checkFlag(0x02)) {
|
||||
dComIfG_Ccsp()->Set(&i_this->mColCyl);
|
||||
}
|
||||
|
||||
dComIfG_Ccsp()->Set(&i_swhit->mColSph);
|
||||
dComIfG_Ccsp()->Set(&i_this->mColSph);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* 00001420-00001428 .text daSwhit0_IsDelete__FP10daSwhit0_c */
|
||||
static s32 daSwhit0_IsDelete(daSwhit0_c* i_swhit) {
|
||||
static s32 daSwhit0_IsDelete(daSwhit0_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* 00001428-00001450 .text daSwhit0_Delete__FP10daSwhit0_c */
|
||||
static s32 daSwhit0_Delete(daSwhit0_c* i_swhit) {
|
||||
i_swhit->~daSwhit0_c();
|
||||
static s32 daSwhit0_Delete(daSwhit0_c* i_this) {
|
||||
i_this->~daSwhit0_c();
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* 00001450-00001470 .text daSwhit0_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daSwhit0_Create(fopAc_ac_c* i_swhit) {
|
||||
return static_cast<daSwhit0_c*>(i_swhit)->create();
|
||||
static cPhs_State daSwhit0_Create(fopAc_ac_c* i_this) {
|
||||
return static_cast<daSwhit0_c*>(i_this)->create();
|
||||
}
|
||||
|
||||
static actor_method_class l_daSwhit0_Method = {
|
||||
|
||||
@@ -199,6 +199,7 @@ static BOOL daSwItem_Execute(void* i_this) {
|
||||
|
||||
/* 00000800-00000808 .text daSwItem_IsDelete__FPv */
|
||||
static BOOL daSwItem_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
+12
-11
@@ -25,8 +25,8 @@ bool daSwTact_c::_delete() {
|
||||
}
|
||||
|
||||
/* 000000AC-000000CC .text CheckCreateHeap__FP10fopAc_ac_c */
|
||||
static BOOL CheckCreateHeap(fopAc_ac_c* i_ac) {
|
||||
return ((daSwTact_c *)i_ac)->CreateHeap();
|
||||
static BOOL CheckCreateHeap(fopAc_ac_c* i_this) {
|
||||
return ((daSwTact_c *)i_this)->CreateHeap();
|
||||
}
|
||||
|
||||
/* 000000CC-00000194 .text CreateHeap__10daSwTact_cFv */
|
||||
@@ -181,27 +181,28 @@ bool daSwTact_c::_draw() {
|
||||
}
|
||||
|
||||
/* 00000720-00000740 .text daSwTact_Create__FPv */
|
||||
static cPhs_State daSwTact_Create(void* i_ac) {
|
||||
return ((daSwTact_c *)i_ac)->_create();
|
||||
static cPhs_State daSwTact_Create(void* i_this) {
|
||||
return ((daSwTact_c *)i_this)->_create();
|
||||
}
|
||||
|
||||
/* 00000740-00000764 .text daSwTact_Delete__FPv */
|
||||
static BOOL daSwTact_Delete(void* i_ac) {
|
||||
return ((daSwTact_c*)i_ac)->_delete();
|
||||
static BOOL daSwTact_Delete(void* i_this) {
|
||||
return ((daSwTact_c*)i_this)->_delete();
|
||||
}
|
||||
|
||||
/* 00000764-00000788 .text daSwTact_Draw__FPv */
|
||||
static BOOL daSwTact_Draw(void* i_ac) {
|
||||
return ((daSwTact_c*)i_ac)->_draw();
|
||||
static BOOL daSwTact_Draw(void* i_this) {
|
||||
return ((daSwTact_c*)i_this)->_draw();
|
||||
}
|
||||
|
||||
/* 00000788-000007AC .text daSwTact_Execute__FPv */
|
||||
static BOOL daSwTact_Execute(void* i_ac) {
|
||||
return ((daSwTact_c*)i_ac)->_execute();
|
||||
static BOOL daSwTact_Execute(void* i_this) {
|
||||
return ((daSwTact_c*)i_this)->_execute();
|
||||
}
|
||||
|
||||
/* 000007AC-000007B4 .text daSwTact_IsDelete__FPv */
|
||||
static BOOL daSwTact_IsDelete(void* i_ac) {
|
||||
static BOOL daSwTact_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ static BOOL daSwtdoor_Execute(swtdoor_class* i_this) {
|
||||
|
||||
/* 000001BC-000001C4 .text daSwtdoor_IsDelete__FP13swtdoor_class */
|
||||
static BOOL daSwtdoor_IsDelete(swtdoor_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -178,6 +178,7 @@ static BOOL daSyan_Execute(syan_class* i_this) {
|
||||
|
||||
/* 00000CA0-00000CA8 .text daSyan_IsDelete__FP10syan_class */
|
||||
static BOOL daSyan_IsDelete(syan_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -94,6 +94,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 000004D0-000004D8 .text Mthd_IsDelete__Q214daTagAttention31@unnamed@d_a_tag_attention_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -227,6 +227,7 @@ static BOOL daTag_Etc_Execute(daTag_Etc_c* i_this) {
|
||||
|
||||
/* 00000730-00000738 .text daTag_Etc_IsDelete__FP11daTag_Etc_c */
|
||||
static BOOL daTag_Etc_IsDelete(daTag_Etc_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -537,6 +537,7 @@ static BOOL daTag_Event_Execute(daTag_Event_c* i_this) {
|
||||
|
||||
/* 000013D4-000013DC .text daTag_Event_IsDelete__FP13daTag_Event_c */
|
||||
static BOOL daTag_Event_IsDelete(daTag_Event_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -76,6 +76,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 00000510-00000518 .text Mthd_IsDelete__Q29daTagEvsw26@unnamed@d_a_tag_evsw_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -505,6 +505,7 @@ static BOOL daTag_Island_Execute(daTag_Island_c* i_this) {
|
||||
|
||||
/* 000012C4-000012CC .text daTag_Island_IsDelete__FP14daTag_Island_c */
|
||||
static BOOL daTag_Island_IsDelete(daTag_Island_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -81,6 +81,7 @@ static BOOL daTagKbItem_Execute(void* i_this) {
|
||||
|
||||
/* 00000258-00000260 .text daTagKbItem_IsDelete__FPv */
|
||||
static BOOL daTagKbItem_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -104,27 +104,28 @@ cPhs_State daTag_Kk1_c::_create() {
|
||||
}
|
||||
|
||||
/* 00000694-000006B4 .text daTag_Kk1_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daTag_Kk1_Create(fopAc_ac_c* obj) {
|
||||
return (static_cast<daTag_Kk1_c*>(obj))->_create();
|
||||
static cPhs_State daTag_Kk1_Create(fopAc_ac_c* i_this) {
|
||||
return (static_cast<daTag_Kk1_c*>(i_this))->_create();
|
||||
}
|
||||
|
||||
/* 000006B4-000006D4 .text daTag_Kk1_Delete__FP11daTag_Kk1_c */
|
||||
static BOOL daTag_Kk1_Delete(daTag_Kk1_c* obj) {
|
||||
return (static_cast<daTag_Kk1_c*>(obj))->_delete();
|
||||
static BOOL daTag_Kk1_Delete(daTag_Kk1_c* i_this) {
|
||||
return (static_cast<daTag_Kk1_c*>(i_this))->_delete();
|
||||
}
|
||||
|
||||
/* 000006D4-000006F4 .text daTag_Kk1_Execute__FP11daTag_Kk1_c */
|
||||
static BOOL daTag_Kk1_Execute(daTag_Kk1_c* obj) {
|
||||
return (static_cast<daTag_Kk1_c*>(obj))->_execute();
|
||||
static BOOL daTag_Kk1_Execute(daTag_Kk1_c* i_this) {
|
||||
return (static_cast<daTag_Kk1_c*>(i_this))->_execute();
|
||||
}
|
||||
|
||||
/* 000006F4-00000714 .text daTag_Kk1_Draw__FP11daTag_Kk1_c */
|
||||
static BOOL daTag_Kk1_Draw(daTag_Kk1_c* obj) {
|
||||
return (static_cast<daTag_Kk1_c*>(obj))->_draw();
|
||||
static BOOL daTag_Kk1_Draw(daTag_Kk1_c* i_this) {
|
||||
return (static_cast<daTag_Kk1_c*>(i_this))->_draw();
|
||||
}
|
||||
|
||||
/* 00000714-0000071C .text daTag_Kk1_IsDelete__FP11daTag_Kk1_c */
|
||||
static BOOL daTag_Kk1_IsDelete(daTag_Kk1_c* obj) {
|
||||
static BOOL daTag_Kk1_IsDelete(daTag_Kk1_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -131,6 +131,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
}
|
||||
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -134,6 +134,7 @@ static BOOL daTama_Draw(daTama_c* i_this) {
|
||||
|
||||
/* 000006B8-000006C0 .text daTama_IsDelete__FP8daTama_c */
|
||||
static BOOL daTama_IsDelete(daTama_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -558,6 +558,7 @@ static BOOL daTitle_Execute(daTitle_c* i_this) {
|
||||
|
||||
/* 00001CF8-00001D00 .text daTitle_IsDelete__FP9daTitle_c */
|
||||
static BOOL daTitle_IsDelete(daTitle_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -152,6 +152,7 @@ static BOOL daVrbox_Execute(vrbox_class* i_this) {
|
||||
|
||||
/* 8015E888-8015E890 .text daVrbox_IsDelete__FP11vrbox_class */
|
||||
static BOOL daVrbox_IsDelete(vrbox_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user