diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-01-08 15:01:18 +0100 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-01-08 15:01:18 +0100 |
| commit | 4ab73f8eb752722a682d5a610e2e8d2836e4bf38 (patch) | |
| tree | 12717c09505853f2a0a3a80075546810902f9199 /include/asm.h | |
| parent | 1d2d1cd786915571c93f4ac2426729584550f8f9 (diff) | |
Name some more functions in common.c
Diffstat (limited to 'include/asm.h')
| -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 837cebca..1f15a0ea 100644 --- a/include/asm.h +++ b/include/asm.h @@ -17,7 +17,7 @@ extern void LoadResourceAsync(const void*, u32, u32); extern void GenericConfused(struct Entity_*); extern void sub_08001290(struct Entity_*, u32); extern void GenericKnockback(struct Entity_*); -extern u32 sub_08002632(struct Entity_*); +extern u32 GetFuserId(struct Entity_*); extern u32 CheckPlayerInRegion(u32 centerX, u32 centerY, u32 radiusX, u32 radiusY); extern u32 GravityUpdate(struct Entity_*, u32); extern u32 CheckOnScreen(struct Entity_*); |
