mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-04 02:09:50 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
@@ -215,17 +215,17 @@ void dMenu_Collect_c::screenSet() {
|
||||
fopMsgM_setPaneData(&m3F8[i], m004, l_sik[i]);
|
||||
}
|
||||
|
||||
if (dComIfGs_isEventBit(0x1480)) {
|
||||
if (dComIfGs_isEventBit(dSv_event_flag_c::PLACED_DINS_PEARL)) {
|
||||
m1000[1].mInitAlpha *= 0.5f;
|
||||
m10A8[1].mInitAlpha *= 0.5f;
|
||||
}
|
||||
|
||||
if (dComIfGs_isEventBit(0x1440)) {
|
||||
if (dComIfGs_isEventBit(dSv_event_flag_c::PLACED_FARORES_PEARL)) {
|
||||
m1000[2].mInitAlpha *= 0.5f;
|
||||
m10A8[2].mInitAlpha *= 0.5f;
|
||||
}
|
||||
|
||||
if (dComIfGs_isEventBit(0x1410)) {
|
||||
if (dComIfGs_isEventBit(dSv_event_flag_c::PLACED_NAYRUS_PEARL)) {
|
||||
m1000[0].mInitAlpha *= 0.5f;
|
||||
m10A8[0].mInitAlpha *= 0.5f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user