diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-28 21:01:02 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-28 21:01:02 -0700 |
| commit | 65b80571b230d08426e6329dc7eb4348ca5012d1 (patch) | |
| tree | d1329b47d3ec3a2f993f995b33328b82196d0964 /src/object/button.c | |
| parent | 6000b4f2d3bc4ef482496560e3a47b3ca2b7e2b8 (diff) | |
naming
Diffstat (limited to 'src/object/button.c')
| -rw-r--r-- | src/object/button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/button.c b/src/object/button.c index 20a34d21..c16a1334 100644 --- a/src/object/button.c +++ b/src/object/button.c @@ -165,7 +165,7 @@ Entity* sub_08081D74(Entity* this) { u32 sub_08081E0C(Entity* this) { Entity* tmp = &gPlayerEntity; - if (tmp->z.HALF.HI != 0 || !sub_08079F8C()) { + if (tmp->z.HALF.HI != 0 || !PlayerCanBeMoved()) { return 0; } else { return EntityInRectRadius(this, tmp, 5, 6); |
