mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
@@ -200,7 +200,7 @@ void daObjBarrel::Act_c::mode_carry_init() {
|
||||
cLib_offBit<u32>(attention_info.flags, fopAc_Attn_ACTION_CARRY_e);
|
||||
mMode = MODE_CARRY;
|
||||
if (strcmp(dComIfGp_getStartStageName(), "majroom") == 0 || strcmp(dComIfGp_getStartStageName(), "MajyuE") == 0) {
|
||||
dComIfGs_onEventBit(0x401);
|
||||
dComIfGs_onEventBit(dSv_event_flag_c::UNK_0401);
|
||||
}
|
||||
mTimer = 15;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user