ChkBit comments and enum work (#2571)

* Jagar cleanup

* saru work

* e_fm work

* gob enum added

* gob cleanup

* gob anm enums

* dComIfGs_isEventBit comments added

* More bit work and besu enum work

* Maybe fixed the issue?
This commit is contained in:
Carco_21
2025-08-08 14:39:26 -04:00
committed by GitHub
parent 7df70ce3ca
commit 427643edd2
114 changed files with 2680 additions and 1153 deletions
+6 -2
View File
@@ -86,7 +86,9 @@ int daCstaF_c::CreateHeap() {
/* 804DDB48-804DDBB4 000268 006C+00 2/2 0/0 0/0 .text checkCoverModel__9daCstaF_cFv */
BOOL daCstaF_c::checkCoverModel() {
return !dComIfGs_isEventBit(0x2540) && strcmp(dComIfGp_getStartStageName(), l_spStageName) == 0;
/* dSv_event_flag_c::F_0303 - Kakariko Village - Saw Shad's spell 2 */
return !dComIfGs_isEventBit(0x2540)
&& strcmp(dComIfGp_getStartStageName(), l_spStageName) == 0;
}
/* 804DF9A0-804DF9E4 000000 0044+00 1/1 0/0 0/0 .data l_cylSrc */
@@ -508,7 +510,9 @@ int daCstaF_c::Execute(f32 (**param_0)[3][4]) {
fopAcM_seStartCurrentLevel(this, Z2SE_CSTATUE_SEAL_VANISH, 0);
}
if (hide_cover || dComIfGs_isEventBit(0x2540)) {
if (hide_cover
/* dSv_event_flag_c::F_0303 - Kakariko Village - Saw Shad's spell 2 */
|| dComIfGs_isEventBit(0x2540)) {
mp_coverModel = NULL;
m_coverVanishFlg = FALSE;
}