summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-07-22 10:53:34 +0300
committerTal Hayon <talhayon1@gmail.com>2022-07-22 10:53:34 +0300
commitfa1d80694458668f9fa8daaa22d2da8de7c299e1 (patch)
tree242b3e76a6a72aa8b3c7a87ec56509bfabcb5e2f /include
parentdbe2cd55b2b4b2d4a8d42ebb8da13cf19cf17cda (diff)
Using sfx enum and some minor type changes
Diffstat (limited to 'include')
-rw-r--r--include/asm.h2
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_*);