summaryrefslogtreecommitdiff
path: root/include/asm.h
diff options
context:
space:
mode:
authorTheo <65437533+notyourav@users.noreply.github.com>2024-01-21 00:50:07 -0800
committerGitHub <noreply@github.com>2024-01-21 00:50:07 -0800
commitd8a9e54fa97d5657ebbf7b8a6fc5ce4d44d622b2 (patch)
treeb2ec2b8086005176092886ac69f1236f48069297 /include/asm.h
parenteaaeb3a6178dbfc084596c7a953d63c2ebc59f93 (diff)
parentd7c02737e9d287a40f559b05b3c187b44c4b7624 (diff)
Merge pull request #689 from KEKW555/KEKW555-patch-3
Diffstat (limited to 'include/asm.h')
-rw-r--r--include/asm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm.h b/include/asm.h
index c73f1c8d..dbf374d2 100644
--- a/include/asm.h
+++ b/include/asm.h
@@ -16,6 +16,7 @@ extern void GenericConfused(struct Entity_*);
extern void sub_08001290(struct Entity_*, u32);
extern void GenericKnockback(struct Entity_*);
extern u32 GetFuserId(struct Entity_*);
+#define GetFuserIdAndFuserTextId(ent) ((union SplitDWord)(*(MultiReturnTypeSingleEntityArg)(&GetFuserId))(ent))
extern u32 CheckPlayerInRegion(u32 centerX, u32 centerY, u32 radiusX, u32 radiusY);
extern u32 GravityUpdate(struct Entity_* entity, u32 gravity);
enum {