mirror of
https://github.com/zeldaret/tp
synced 2026-06-14 22:29:14 -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:
@@ -2897,15 +2897,15 @@ u8 daNpcT_getDistTableIdx(int param_0, int param_1) {
|
||||
}
|
||||
|
||||
void daNpcT_onEvtBit(u32 i_no) {
|
||||
dComIfGs_onEventBit((u16)dSv_event_flag_c::saveBitLabels[i_no]);
|
||||
dComIfGs_onEventBit(dSv_event_flag_c::saveBitLabels[i_no]);
|
||||
}
|
||||
|
||||
void daNpcT_offEvtBit(u32 i_no) {
|
||||
dComIfGs_offEventBit((u16)dSv_event_flag_c::saveBitLabels[i_no]);
|
||||
dComIfGs_offEventBit(dSv_event_flag_c::saveBitLabels[i_no]);
|
||||
}
|
||||
|
||||
BOOL daNpcT_chkEvtBit(u32 i_no) {
|
||||
return dComIfGs_isEventBit((u16)dSv_event_flag_c::saveBitLabels[i_no]);
|
||||
return dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[i_no]);
|
||||
}
|
||||
|
||||
void daNpcT_onTmpBit(u32 i_no) {
|
||||
|
||||
Reference in New Issue
Block a user