diff options
| author | Theo <65437533+notyourav@users.noreply.github.com> | 2024-01-21 00:50:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-21 00:50:07 -0800 |
| commit | d8a9e54fa97d5657ebbf7b8a6fc5ce4d44d622b2 (patch) | |
| tree | b2ec2b8086005176092886ac69f1236f48069297 /include/asm.h | |
| parent | eaaeb3a6178dbfc084596c7a953d63c2ebc59f93 (diff) | |
| parent | d7c02737e9d287a40f559b05b3c187b44c4b7624 (diff) | |
Merge pull request #689 from KEKW555/KEKW555-patch-3
Diffstat (limited to 'include/asm.h')
| -rw-r--r-- | include/asm.h | 1 |
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 { |
