diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-08-30 00:31:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-30 10:31:22 +0300 |
| commit | 5d46f1fc224ffab7d475498df8f6018e73c6741b (patch) | |
| tree | 7f23f2c9f81ac9e7b5ffaa7f13166f8bc6337ef1 /include/SSystem/SComponent | |
| parent | c1615cdfffb11c75a3e7f9637e7772666a5593f6 (diff) | |
d_a_e_ai done (#2617)
* d_a_e_ai done
* pr
Diffstat (limited to 'include/SSystem/SComponent')
| -rw-r--r-- | include/SSystem/SComponent/c_cc_d.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_cc_d.h b/include/SSystem/SComponent/c_cc_d.h index 8944ccc133..da25eff0cc 100644 --- a/include/SSystem/SComponent/c_cc_d.h +++ b/include/SSystem/SComponent/c_cc_d.h @@ -31,7 +31,7 @@ class cCcD_SphAttr; enum cCcD_ObjAtType { /* 0x00000000 */ AT_TYPE_0 = 0, - /* 0x00000001*/ AT_TYPE_1 = (1 << 0), + /* 0x00000001 */ AT_TYPE_1 = (1 << 0), /* 0x00000002 */ AT_TYPE_NORMAL_SWORD = (1 << 1), // wooden or ordon /* 0x00000004 */ AT_TYPE_HORSE = (1 << 2), /* 0x00000008 */ AT_TYPE_THROW_OBJ = (1 << 3), @@ -56,6 +56,7 @@ enum cCcD_ObjAtType { /* 0x00400000 */ AT_TYPE_IRON_BALL = (1 << 22), /* 0x00800000 */ AT_TYPE_COPY_ROD = (1 << 23), /* 0x01000000 */ AT_TYPE_1000000 = (1 << 24), + /* 0x02000000 */ AT_TYPE_2000000 = (1 << 25), /* 0x04000000 */ AT_TYPE_MASTER_SWORD = (1 << 26), /* 0x08000000 */ AT_TYPE_MIDNA_LOCK = (1 << 27), /* 0x10000000 */ AT_TYPE_10000000 = (1 << 28), |
