summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_en_a_keep.c4
-rw-r--r--src/code/z_en_item00.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/code/z_en_a_keep.c b/src/code/z_en_a_keep.c
index 12d31b4f0..7b84c9bd3 100644
--- a/src/code/z_en_a_keep.c
+++ b/src/code/z_en_a_keep.c
@@ -50,8 +50,8 @@ static ColliderCylinderInit sCylinderInit = {
},
{
ELEM_MATERIAL_UNK2,
- { 0x00000000, 0x00, 0x00 },
- { 0xFFCFFFFF, 0x00, 0x00 },
+ { 0x00000000, HIT_SPECIAL_EFFECT_NONE, 0x00 },
+ { 0xFFCFFFFF, HIT_BACKLASH_NONE, 0x00 },
ATELEM_NONE,
ACELEM_ON,
OCELEM_ON,
diff --git a/src/code/z_en_item00.c b/src/code/z_en_item00.c
index 1f5d4a5c0..0a92bc66c 100644
--- a/src/code/z_en_item00.c
+++ b/src/code/z_en_item00.c
@@ -64,9 +64,9 @@ static ColliderCylinderInit sCylinderInit = {
},
{
ELEM_MATERIAL_UNK0,
- { 0x00000000, 0x00, 0x00 },
- { 0x00000010, 0x00, 0x00 },
- ATELEM_NONE | ATELEM_SFX_NORMAL,
+ { 0x00000000, HIT_SPECIAL_EFFECT_NONE, 0x00 },
+ { 0x00000010, HIT_BACKLASH_NONE, 0x00 },
+ ATELEM_NONE,
ACELEM_ON,
OCELEM_NONE,
},