copy dolsdk2004 to tp / b_bh + e_mb done (#2299)

* move dolsdk2004 over

* cleanup some temp work

* finish and cleanup gf

* b_bh done

* d_a_e_mb done
This commit is contained in:
TakaRikka
2025-02-10 11:20:42 -08:00
committed by GitHub
parent a38e2bfeee
commit eda175afc8
540 changed files with 68042 additions and 22075 deletions
+6 -6
View File
@@ -434,7 +434,7 @@ void dEvDtStaff_c::specialProcMessage() {
break;
case 'CREA':
case 'SHOW':
work->_0 = UINT32_MAX;
work->_0 = UINT_MAX;
work->mLMsg = NULL;
work->mMsgSubstanceNum = dComIfGp_evmng_getMySubstanceNum(staffId, "msgNo");
work->mMsgSubstanceP = dComIfGp_evmng_getMyIntegerP(staffId, "msgNo");
@@ -498,7 +498,7 @@ void dEvDtStaff_c::specialProcMessage() {
switch (data->unk) {
case 0:
work->_0 = fopMsgM_messageSet(work->mMsgNo, 1000);
if (work->_0 != UINT32_MAX) {
if (work->_0 != UINT_MAX) {
data->unk++;
}
break;
@@ -525,7 +525,7 @@ void dEvDtStaff_c::specialProcMessage() {
switch (data->unk) {
case 0:
work->_0 = fopMsgM_messageSet(work->mMsgNo, 1000);
if (work->_0 != UINT32_MAX) {
if (work->_0 != UINT_MAX) {
data->unk = 1;
} else {
break;
@@ -544,7 +544,7 @@ void dEvDtStaff_c::specialProcMessage() {
break;
case 0x12:
work->mLMsg->mode = 0x13;
work->_0 = UINT32_MAX;
work->_0 = UINT_MAX;
work->mLMsg = NULL;
work->mMsgSubstanceNum--;
if (work->mMsgSubstanceNum != 0) {
@@ -571,7 +571,7 @@ void dEvDtStaff_c::specialProcMessage() {
dComIfGp_evmng_cutEnd(staffId);
} else if (work->mLMsg->mode == 0x12) {
work->mLMsg->mode = 0x13;
work->_0 = UINT32_MAX;
work->_0 = UINT_MAX;
work->mLMsg = NULL;
dComIfGp_evmng_cutEnd(staffId);
}
@@ -677,7 +677,7 @@ void dEvDtStaff_c::specialProcCreate() {
int* argP = dComIfGp_evmng_getMyIntegerP(staffId, "ARG");
if (argP == NULL) {
arg = UINT32_MAX;
arg = UINT_MAX;
} else {
arg = *argP;
}