diff options
| author | theo3 <arisstephenson2@gmail.com> | 2024-01-01 12:12:05 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2024-01-01 12:12:05 -0800 |
| commit | 5324928f44a85e9867b960ca9a0a68931f5f3bbd (patch) | |
| tree | 4239b4025202ff504ab29b0228616c4ff38aa358 /include/asm.h | |
| parent | 983412cc77d81692ad9431c0bd55f8d24e5554f8 (diff) | |
npc5 document
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 a6c7db62..d42458ee 100644 --- a/include/asm.h +++ b/include/asm.h @@ -39,7 +39,7 @@ extern void ResetCollisionLayer(struct Entity_*); extern void sub_08004596(struct Entity_*, u32); extern u32 sub_080045B4(struct Entity_*, u32, u32); extern u32 CalculateDirectionTo(u32, u32, u32, u32); -extern u32 sub_080045DA(s32, s32); +extern u32 CalcOffsetAngle(s32, s32); extern u32 sub_080086B4(u32, u32, const u8*); extern u32 ResolveCollisionLayer(struct Entity_*); extern void sub_0800417E(struct Entity_*, u32); |
