diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-23 19:59:54 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-23 19:59:54 -0500 |
| commit | c4ad9f7241e2f4bf09a88deb62d683796c4d4200 (patch) | |
| tree | ed547fe2bc212092cda87cd3d4ca09b86731de43 /src/d/d_cc_d.cpp | |
| parent | 730b74e2e3097297258deee1eb2a68c7f82d1ce2 (diff) | |
Various cleanup
Diffstat (limited to 'src/d/d_cc_d.cpp')
| -rw-r--r-- | src/d/d_cc_d.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/d_cc_d.cpp b/src/d/d_cc_d.cpp index da757329..c26683ca 100644 --- a/src/d/d_cc_d.cpp +++ b/src/d/d_cc_d.cpp @@ -29,8 +29,8 @@ void dCcD_GAtTgCoCommonBase::SetEffCounterTimer() { /* 800AB334-800AB384 .text __ct__10dCcD_GSttsFv */ dCcD_GStts::dCcD_GStts() { - mAtSpl = 0; - mTgSpl = 0; + mAtSpl = dCcG_At_Spl_UNK0; + mTgSpl = dCcG_Tg_Spl_UNK0; mRoomId = 0; mActorPerfTblId = -1; mAtApid = fpcM_ERROR_PROCESS_ID_e; @@ -42,8 +42,8 @@ dCcD_GStts::dCcD_GStts() { /* 800AB384-800AB3BC .text Ct__10dCcD_GSttsFv */ void dCcD_GStts::Ct() { - mAtSpl = 0; - mTgSpl = 0; + mAtSpl = dCcG_At_Spl_UNK0; + mTgSpl = dCcG_Tg_Spl_UNK0; mRoomId = 0; mActorPerfTblId = -1; mAtApid = fpcM_ERROR_PROCESS_ID_e; @@ -170,7 +170,7 @@ cCcD_GObjInf* dCcD_GObjInf::GetAtHitGObj() { /* 800AB938-800AB958 .text ChkAtNoGuard__12dCcD_GObjInfFv */ u8 dCcD_GObjInf::ChkAtNoGuard() { - return GetAtSpl() >= 8; + return GetAtSpl() >= dCcG_At_Spl_UNK8; } /* 800AB958-800AB9B0 .text ClrTgHit__12dCcD_GObjInfFv */ |
