summaryrefslogtreecommitdiff
path: root/src/enemy/pesto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy/pesto.c')
-rw-r--r--src/enemy/pesto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/pesto.c b/src/enemy/pesto.c
index b3f6cfdc..f0bdb5a2 100644
--- a/src/enemy/pesto.c
+++ b/src/enemy/pesto.c
@@ -65,7 +65,7 @@ void Pesto_OnTick(PestoEntity* this) {
void Pesto_OnCollision(PestoEntity* this) {
if (super->hitType != 0x6e) {
- if (super->contactFlags == 0x80) {
+ if (super->contactFlags == CONTACT_TAKE_DAMAGE) {
this->unk_86 = 0x30;
if ((this->unk_83 & 0xf) == 3 && super->action == 6) {