d_a_fallrock matching on all, d_a_obj_nest matching on demo

This commit is contained in:
LagoLunatic
2025-06-20 14:43:50 -04:00
parent 50dbe08c09
commit 61dc0f6d28
3 changed files with 30 additions and 13 deletions
+11 -2
View File
@@ -76,7 +76,16 @@ cPhs_State daObjNest::Act_c::Mthd_Create() {
cPhs_State phase_state = dComIfG_resLoad(&mPhs, M_arcname);
if (phase_state == cPhs_COMPLEATE_e) {
phase_state = MoveBGCreate(M_arcname, MTORISU_DZB_MTORISU, NULL, 0xAA0);
phase_state = MoveBGCreate(
M_arcname,
MTORISU_DZB_MTORISU,
NULL,
#if VERSION == VERSION_DEMO
0x1820
#else
0xAA0
#endif
);
JUT_ASSERT(329, (phase_state == cPhs_COMPLEATE_e) || (phase_state == cPhs_ERROR_e));
}
return phase_state;
@@ -90,7 +99,7 @@ BOOL daObjNest::Act_c::Delete() {
/* 000002F0-0000033C .text Mthd_Delete__Q29daObjNest5Act_cFv */
BOOL daObjNest::Act_c::Mthd_Delete() {
u32 result = MoveBGDelete();
dComIfG_resDelete(&mPhs, M_arcname);
dComIfG_resDeleteDemo(&mPhs, M_arcname);
return result;
}