mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
@@ -133,7 +133,7 @@ void himo3_control(himo3_class* i_this, himo3_s* arg1) {
|
||||
if (strcmp(dComIfGp_getStartStageName(), "majroom") == 0 || strcmp(dComIfGp_getStartStageName(), "Majroom") == 0 ||
|
||||
strcmp(dComIfGp_getStartStageName(), "MajyuE") == 0)
|
||||
{
|
||||
dComIfGs_onEventBit(0x402);
|
||||
dComIfGs_onEventBit(dSv_event_flag_c::UNK_0402);
|
||||
}
|
||||
} else if (fopAcM_GetParam(i_this) == 2) {
|
||||
i_this->m02BE = 2;
|
||||
|
||||
Reference in New Issue
Block a user