summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_cc_d.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-10-15 14:03:04 -0700
committerGitHub <noreply@github.com>2024-10-16 00:03:04 +0300
commitae77e60de80f778bab53350697f64c8a2bf80dec (patch)
treeb6a6277e65f8a996eae89de9a78a8d9ae8f06bd2 /include/SSystem/SComponent/c_cc_d.h
parent9f58034704ae6fea53ba8b3e6dc10d3135d0da7c (diff)
d_a_alink canoe almost done (#2210)
* d_a_alink canoe almost done * ironball mostly done * alink_iceleaf done
Diffstat (limited to 'include/SSystem/SComponent/c_cc_d.h')
-rw-r--r--include/SSystem/SComponent/c_cc_d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_cc_d.h b/include/SSystem/SComponent/c_cc_d.h
index eb5b37dfd8..ab63e9d724 100644
--- a/include/SSystem/SComponent/c_cc_d.h
+++ b/include/SSystem/SComponent/c_cc_d.h
@@ -507,6 +507,7 @@ public:
void OnAtVsPlayerBit() { mObjAt.OnSPrmBit(0xC); }
void OnCoSPrmBit(u32 flag) { mObjCo.OnSPrmBit(flag); }
void SetCoVsGrp(u32 grp) { mObjCo.SetVsGrp(grp); }
+ void SetCoIGrp(u32 grp) { mObjCo.SetIGrp(grp); }
void SetAtSPrm(u32 prm) { mObjAt.SetSPrm(prm); }
void SetTgSPrm(u32 prm) { mObjTg.SetSPrm(prm); }
void SetCoSPrm(u32 prm) { mObjCo.SetSPrm(prm); }