diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-04 13:19:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-04 13:19:51 -0400 |
| commit | c3722dbeb526a96f27ff40fcf73cbcf90b4743b2 (patch) | |
| tree | 29293de762bb6d3a24acfabd5093a8ee5ec35037 /src/d/d_com_inf_game.cpp | |
| parent | ecd91cdf44cefe777924270bfa30c310948a7285 (diff) | |
Add some dCom inlines from TP debug
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index e981195f..f851ec74 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -96,8 +96,8 @@ void dComIfG_play_c::itemInit() { mAuctionRupee = 0; mAuctionGauge = 0; mItemTimer = 0; - mCurrHP = 0; - mRupyCountDisplay = 0; + mItemNowLife = 0; + mItemNowRupee = 0; field_0x4928 = 0; field_0x4929 = 0; mMesgStatus = 0; @@ -121,7 +121,7 @@ void dComIfG_play_c::itemInit() { mItemNo = 0; field_0x493f = 0; field_0x4940 = 0; - field_0x4941 = 0; + mDirection = 0; mButtonMode = 0; if (dComIfGs_checkGetItem(dItem_TELESCOPE_e)) { @@ -168,7 +168,7 @@ void dComIfG_play_c::itemInit() { field_0x4978 = 0; m2dShow = 0; field_0x497a = 0; - field_0x4963 = dComIfGs_getOptVibration(); + mNowVibration = dComIfGs_getOptVibration(); daArrow_c::setKeepType(daArrow_c::TYPE_NORMAL); mMesgCameraTagInfo = 0; field_0x4984 = 0; |
