diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-27 18:54:19 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-27 21:32:04 -0500 |
| commit | bc8b894e21b328d24dfd95f2bc127e1352d45706 (patch) | |
| tree | 3f55a951fd9094ae0b12d2e9f16a67ee6cfce564 /src/d/d_com_inf_game.cpp | |
| parent | 8787f8a1f7db457515254c8aa36fde9bff0eef3d (diff) | |
Inlines cleanup
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } |
