mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 23:15:06 -04:00
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:
+6
-2
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user