mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
d_a_fallrock matching on all, d_a_obj_nest matching on demo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user