diff options
| author | robojumper <robojumper@gmail.com> | 2025-12-31 15:34:40 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2026-01-28 19:14:17 +0100 |
| commit | 85be0bc8f0da5a8c2c5b8b1d9782f26365adba0c (patch) | |
| tree | 740ea13f859536680e34a74e7b720c0bdf953cd0 /include/d/col | |
| parent | f6ac925487969efbecef775fae10365fee2cb037 (diff) | |
State funcs done
Diffstat (limited to 'include/d/col')
| -rw-r--r-- | include/d/col/c/c_cc_d.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/d/col/c/c_cc_d.h b/include/d/col/c/c_cc_d.h index 06b81841..b4f7f4f2 100644 --- a/include/d/col/c/c_cc_d.h +++ b/include/d/col/c/c_cc_d.h @@ -843,6 +843,7 @@ public: mAt.SetRPrm(f); } + // Related to directional attacks? void SetTgFlag_0xA(u16 flag) { mTg.SetFlag_0xA(flag); } @@ -986,6 +987,9 @@ public: void OnTgElectric() { return mTg.OnSPrm(0x40000); } + void OnTg_0x8000000() { + return mTg.OnSPrm(0x8000000); + } void ClrTgElectric() { return mTg.OffSPrm(0x40000); } |
