diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm.h b/include/asm.h index 34d77cc6..f14e6f01 100644 --- a/include/asm.h +++ b/include/asm.h @@ -21,7 +21,7 @@ extern u32 sub_08002632(struct Entity_*); extern u32 CheckPlayerInRegion(u32 centerX, u32 centerY, u32 radiusX, u32 radiusY); extern u32 GravityUpdate(struct Entity_*, u32); extern u32 CheckOnScreen(struct Entity_*); -extern u32 EntityInRectRadius(struct Entity_*, struct Entity_*, u32, u32); +extern bool32 EntityInRectRadius(struct Entity_*, struct Entity_*, u32, u32); extern void UpdateAnimationVariableFrames(struct Entity_*, u32); extern u32 sub_080043E8(struct Entity_*); extern void sub_08004484(struct Entity_*, struct Entity_*); |
