summaryrefslogtreecommitdiff
path: root/src/object
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-12-14 23:33:50 -0800
committertheo3 <arisstephenson2@gmail.com>2021-12-14 23:33:50 -0800
commit6e859e7be930354dbe154c4166ffb57d38868991 (patch)
tree167e9c9b4c6ad4809e1647adba2b8bdd635f3638 /src/object
parent3efaac9457f219f54dfe021206a623b1581c0207 (diff)
upstream renamed symbol
Diffstat (limited to 'src/object')
-rw-r--r--src/object/octorokBossObject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/octorokBossObject.c b/src/object/octorokBossObject.c
index 39d3b2a2..b1df61ee 100644
--- a/src/object/octorokBossObject.c
+++ b/src/object/octorokBossObject.c
@@ -177,7 +177,7 @@ NONMATCH("asm/non_matching/octorokBossObject/OctorokBossObject_Action1.inc",
this->direction = sub_080045DA(GET_HELPER(this)->tailObjects[this->actionDelay]->x.WORD - this->x.WORD,
GET_HELPER(this)->tailObjects[this->actionDelay]->y.WORD - this->y.WORD);
sub_0806F62C(this, this->speed, this->direction);
- if (sub_080041A0(this, GET_HELPER(this)->tailObjects[this->actionDelay], 2, 2) == 0) {
+ if (EntityInRectRadius(this, GET_HELPER(this)->tailObjects[this->actionDelay], 2, 2) == 0) {
return;
}
if (this->type == 0) {