diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2023-02-05 07:09:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-05 08:09:29 -0700 |
| commit | 24b833b205510839b9f0784267c4bf6eeb7963dd (patch) | |
| tree | cac3857b37574a8f301ad4b03427887968801004 /include/SSystem/SComponent/c_cc_d.h | |
| parent | 1124554ae104b23f052fe57652f42a0d5689286d (diff) | |
d_a_crod almost fully OK (#270)
Diffstat (limited to 'include/SSystem/SComponent/c_cc_d.h')
| -rw-r--r-- | include/SSystem/SComponent/c_cc_d.h | 1 |
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 581025392e..844d8449c6 100644 --- a/include/SSystem/SComponent/c_cc_d.h +++ b/include/SSystem/SComponent/c_cc_d.h @@ -42,6 +42,7 @@ enum cCcD_ObjAtType { /* 0x00200000 */ AT_TYPE_HEAVY_BOOTS = (1 << 21), /* 0x00400000 */ AT_TYPE_IRON_BALL = (1 << 22), /* 0x00800000 */ AT_TYPE_COPY_ROD = (1 << 23), + /* 0x01000000 */ AT_TYPE_1000000 = (1 << 24), /* 0x04000000 */ AT_TYPE_MASTER_SWORD = (1 << 26), /* 0x08000000 */ AT_TYPE_MIDNA_LOCK = (1 << 27), /* 0x10000000 */ AT_TYPE_10000000 = (1 << 28), |
