mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 12:24:45 -04:00
match debug for D_menu_fmap2_d (#2925)
* menu_fmap2d debug progress * match debug for d_menu_fmap2D * fix broken function * fix weird shield mismatch * fix other shield mismatch * fix suggestions * fix func for wii version * match func for all versions * remove cast from saveBitLabels
This commit is contained in:
@@ -592,7 +592,7 @@ void daObjVolcBom_c::actionWait() {
|
||||
if (checkTalkDistance()
|
||||
/* dSv_event_flag_c::M_051 - Main Event - Shadow Kargorok (?) (Large) event complete
|
||||
(Horse grass appears in various places) */
|
||||
&& dComIfGs_isEventBit((u16)dSv_event_flag_c::saveBitLabels[84])) {
|
||||
&& dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[84])) {
|
||||
setAction(ACTION_ORDER_EVENT);
|
||||
actionOrderEvent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user