diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-27 23:20:26 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-27 23:20:26 -0700 |
| commit | ffb4653b0d4fa45823262d58218e2dd7b0659557 (patch) | |
| tree | daa5c9ab025473a98803df2ab1ec6887756404ba /include/asm.h | |
| parent | 190bc2162420c38ba6eda647ff39f029ec2173bb (diff) | |
move function decls from player.c
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 a2c28581..d501bbd7 100644 --- a/include/asm.h +++ b/include/asm.h @@ -33,5 +33,6 @@ extern u32 sub_080086B4(u32, u32, u8*); extern u32 ResolveCollisionLayer(struct Entity_*); extern void sub_0800417E(struct Entity_*, u32); extern u32 sub_0800442E(struct Entity_*); +extern u32 sub_08007DD6(u32, const u16*); #endif // ASM_H |
