summaryrefslogtreecommitdiff
path: root/src/d/d_kankyo.cpp
diff options
context:
space:
mode:
authorroeming <brother64youyou@gmail.com>2025-12-07 20:09:47 -0500
committerGitHub <noreply@github.com>2025-12-07 17:09:47 -0800
commit07a4e6b05289b7efcd37f9c69afb8336c0171aa0 (patch)
treebfe2a1297687b67d6539eb5102d8af992b591369 /src/d/d_kankyo.cpp
parente82c27fd001994abdd894f94d62b7e628b446c8e (diff)
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
Diffstat (limited to 'src/d/d_kankyo.cpp')
-rw-r--r--src/d/d_kankyo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_kankyo.cpp b/src/d/d_kankyo.cpp
index c2e8e80534..ac96a6f3df 100644
--- a/src/d/d_kankyo.cpp
+++ b/src/d/d_kankyo.cpp
@@ -8669,8 +8669,8 @@ static int dKy_Create(void* i_this) {
#if DEBUG
if (strcmp(dComIfGp_getStartStageName(), "T_SASA0") == 0) {
- dComIfGs_onEventBit((u16)dSv_event_flag_c::saveBitLabels[142]);
- dComIfGs_onEventBit((u16)dSv_event_flag_c::saveBitLabels[167]);
+ dComIfGs_onEventBit(dSv_event_flag_c::saveBitLabels[142]);
+ dComIfGs_onEventBit(dSv_event_flag_c::saveBitLabels[167]);
}
#endif