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
@@ -245,11 +245,15 @@ int dMeter2_c::_create() {
int dMeter2_c::_execute() {
JKRHeap* heap = mDoExt_setCurrentHeap(mpHeap);
if (!dComIfGs_isCollectMirror(0) && dComIfGs_isEventBit(dSv_event_flag_c::F_0685)) {
if (!dComIfGs_isCollectMirror(0)
/* dSv_event_flag_c::F_0685 - Cutscene - (Cutscene 32) Sage appears, get first Mirror of Twilight shard */
&& dComIfGs_isEventBit(dSv_event_flag_c::F_0685)) {
dComIfGs_onCollectMirror(0);
}
if (!dComIfGs_isCollectCrystal(3) && dComIfGs_isEventBit(dSv_event_flag_c::F_0686)) {
if (!dComIfGs_isCollectCrystal(3)
/* dSv_event_flag_c::F_0686 - Palace of Twilight - Get fused shadow piece (final mask) */
&& dComIfGs_isEventBit(dSv_event_flag_c::F_0686)) {
dComIfGs_onCollectCrystal(3);
}