summaryrefslogtreecommitdiff
path: root/include/d/col/c
diff options
context:
space:
mode:
authorswekka <swekka@proton.me>2025-12-20 18:20:36 +0100
committerswekka <swekka@proton.me>2025-12-29 13:14:30 +0100
commit0c7bef64fe850a76827e91495db4c0a797175a8a (patch)
tree078734f59c09fe42a63d7342bdc90d2640d2390f /include/d/col/c
parentdf5bd1a7b50bf21f2ea9bd250a4f64053c0ac431 (diff)
d_a_obj_rope_igaiga OK
Diffstat (limited to 'include/d/col/c')
-rw-r--r--include/d/col/c/c_cc_d.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/d/col/c/c_cc_d.h b/include/d/col/c/c_cc_d.h
index 73be114a..0fe8de42 100644
--- a/include/d/col/c/c_cc_d.h
+++ b/include/d/col/c/c_cc_d.h
@@ -878,7 +878,7 @@ public:
return mTg.ChkSet();
}
-
+
bool ChkAtEffCounter() { return mAt.ChkEffCounter(); }
bool ChkTgEffCounter() { return mTg.ChkEffCounter(); }
void ClrAtEffCounter() { mAt.ClrEffCounter(); }
@@ -905,7 +905,7 @@ public:
return mAt.MskSPrm(0x40);
}
u32 ChkCoNoCoHitInfSet() const {
- return mCo.MskSPrm(0x800);
+ return mCo.MskSPrm(0x800);
}
// At
@@ -1012,6 +1012,9 @@ public:
void OnCoSet() {
mCo.OnSPrm(1);
}
+ void OffCoSet() {
+ mCo.OffSPrm(1);
+ }
u32 ChkCoSet2() const {
return mCo.MskSPrm(0x800);
}