diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-01-04 20:17:46 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-01-04 20:55:03 -0800 |
| commit | 48fa5b4618f538dbc44525b77142ccea5a0858b8 (patch) | |
| tree | bcafdf49459e2c22aebbdfdce67f90c45ecddddb /src/npc/cat.c | |
| parent | 7036ec73af7864e2728016ae931f872373c56e06 (diff) | |
sort out functions.h
Diffstat (limited to 'src/npc/cat.c')
| -rw-r--r-- | src/npc/cat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/npc/cat.c b/src/npc/cat.c index 09ec72d2..1b69f913 100644 --- a/src/npc/cat.c +++ b/src/npc/cat.c @@ -5,7 +5,7 @@ #include "message.h" #include "npc.h" -extern void sub_08067C44(); +extern void sub_08067C44(Entity*); extern void (*gCat[9])(Entity*); @@ -14,7 +14,7 @@ extern Dialog gUnk_08110EF8; extern Hitbox gUnk_08110EF0; extern void sub_08067B08(Entity*); -extern u32 sub_08067D20(); +extern u32 sub_08067D20(Entity*); extern void sub_08067AAC(Entity*); extern void sub_08067B34(Entity*); extern void sub_08067B80(Entity*, u32); |
