Added enums for all used event/tmp bits/regs (#893)

This commit is contained in:
LagoLunatic
2025-09-19 15:06:44 -04:00
committed by GitHub
parent 8af44daa2e
commit 5dbb7e875e
110 changed files with 1906 additions and 1178 deletions
+3 -3
View File
@@ -40,9 +40,9 @@ bool daMmusic::Act_c::create_heap() {
/* 000000A4-0000013C .text Macore_is_playing__Q28daMmusic5Act_cFv */
BOOL daMmusic::Act_c::Macore_is_playing() {
if (dComIfGs_isStageBossEnemy(dSv_save_c::STAGE_WT) ||
dComIfGs_isEventBit(0x2910) ||
dComIfGs_isEventBit(0x2e02) ||
dComIfGs_isEventBit(0x1610) ||
dComIfGs_isEventBit(dSv_event_flag_c::UNK_2910) ||
dComIfGs_isEventBit(dSv_event_flag_c::UNK_2E02) ||
dComIfGs_isEventBit(dSv_event_flag_c::UNK_1610) ||
!dComIfGs_checkGetItem(dItem_MASTER_SWORD_2_e))
return FALSE;