summaryrefslogtreecommitdiff
path: root/include/SSystem
diff options
context:
space:
mode:
authorTrueffeloot <geiloking135@gmail.com>2023-08-05 22:58:21 +0200
committerTrueffeloot <geiloking135@gmail.com>2023-08-05 22:58:21 +0200
commit166d6fc0e59b85fe0ab7136cb55c795891788bf6 (patch)
treef7111a6d5f1e3d646d74c8be7ec90495f7db154e /include/SSystem
parent044f4753beb25a871f64fcbc0b268efa2421c9e1 (diff)
work on d_a_spinner
Diffstat (limited to 'include/SSystem')
-rw-r--r--include/SSystem/SComponent/c_cc_d.h3
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 baaa513365..f123a414f8 100644
--- a/include/SSystem/SComponent/c_cc_d.h
+++ b/include/SSystem/SComponent/c_cc_d.h
@@ -38,7 +38,8 @@ enum cCcD_ObjAtType {
/* 0x00002000 */ AT_TYPE_ARROW = (1 << 13),
/* 0x00004000 */ AT_TYPE_HOOKSHOT = (1 << 14),
/* 0x00010000 */ AT_TYPE_BOOMERANG = (1 << 16),
- /* 0x00040000 */ AT_TYPE_SPINNER = (1 << 18),
+ /* 0x00040000 */ AT_TYPE_40000 = (1 << 18),
+ /* 0x00080000 */ AT_TYPE_SPINNER = (1 << 19),
/* 0x00100000 */ AT_TYPE_CSTATUE_BOSS_SWING = (1 << 20),
/* 0x00200000 */ AT_TYPE_HEAVY_BOOTS = (1 << 21),
/* 0x00400000 */ AT_TYPE_IRON_BALL = (1 << 22),