mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 10:09:35 -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:
@@ -1089,7 +1089,7 @@ inline int daDemo00_c::execute() {
|
||||
break;
|
||||
}
|
||||
case 1:
|
||||
dComIfGs_onEventBit((u16)dSv_event_flag_c::saveBitLabels[sp0E]);
|
||||
dComIfGs_onEventBit(dSv_event_flag_c::saveBitLabels[sp0E]);
|
||||
break;
|
||||
|
||||
case 2: {
|
||||
|
||||
Reference in New Issue
Block a user