From bc8b894e21b328d24dfd95f2bc127e1352d45706 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sat, 27 Dec 2025 18:54:19 -0500 Subject: Inlines cleanup --- src/d/d_com_inf_game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/d/d_com_inf_game.cpp') diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index 24402696..e9df273e 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -135,7 +135,7 @@ void dComIfG_play_c::itemInit() { field_0x4944 = 7; mScopeType = 0; mOperateWind = 0; - field_0x4947 = 0; + mMetronome = false; mMesgSendButton = 0; mMesgCancelButton = 0; @@ -660,7 +660,7 @@ void dComIfGp_setNextStage(const char* i_stageName, s16 i_point, s8 i_roomNo, s8 i_lastMode |= link->checkTinkleShield() << 0x10; - if (link->checkNoResetFlg1(daPy_lk_c::daPyFlg1_UNK8000)) { + if (link->checkNoResetFlg1(daPy_lk_c::daPyFlg1_SOUP_POWER_UP)) { i_lastMode |= 0x4000; } } -- cgit v1.2.3