mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user