mirror of
https://github.com/zeldaret/tp
synced 2026-08-03 00:46:48 -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:
+6
-1
@@ -1027,7 +1027,12 @@ public:
|
||||
#if VERSION > VERSION_GCN_JPN
|
||||
const
|
||||
#endif
|
||||
static u16 saveBitLabels[822];
|
||||
#if PLATFORM_SHIELD
|
||||
s16
|
||||
#else
|
||||
u16
|
||||
#endif
|
||||
static saveBitLabels[822];
|
||||
};
|
||||
|
||||
class dSv_event_tmp_flag_c {
|
||||
|
||||
Reference in New Issue
Block a user