summaryrefslogtreecommitdiff
path: root/src/object/gyorgBossObject.c
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-01-23 23:40:56 +0200
committerTal Hayon <talhayon1@gmail.com>2022-01-23 23:40:56 +0200
commit425b4afaeb9d3f201b2ec388321cd6e9b2a082e5 (patch)
tree8dcdc5c2d8868aef9edf96d73075aa2fc8feb63e /src/object/gyorgBossObject.c
parent70e2ef587740bfa159528bc0b160bb89869ad925 (diff)
Renaming according to review
Diffstat (limited to 'src/object/gyorgBossObject.c')
-rw-r--r--src/object/gyorgBossObject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/gyorgBossObject.c b/src/object/gyorgBossObject.c
index 92ea7fa2..f348b6e6 100644
--- a/src/object/gyorgBossObject.c
+++ b/src/object/gyorgBossObject.c
@@ -418,7 +418,7 @@ void sub_080A1FF0(GyorgBossObjectEntity* this) {
}
}
if (this->unk_7b) {
- if (isEntityWithinDistance(&gPlayerEntity, gRoomControls.origin_x + 0x200, gRoomControls.origin_y + 0x210,
+ if (EntityWithinDistance(&gPlayerEntity, gRoomControls.origin_x + 0x200, gRoomControls.origin_y + 0x210,
0x100)) {
if (super->actionDelay == 0) {
super->actionDelay = 0x78;