summaryrefslogtreecommitdiff
path: root/src/npc/cat.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2022-01-04 20:17:46 -0800
committertheo3 <arisstephenson2@gmail.com>2022-01-04 20:55:03 -0800
commit48fa5b4618f538dbc44525b77142ccea5a0858b8 (patch)
treebcafdf49459e2c22aebbdfdce67f90c45ecddddb /src/npc/cat.c
parent7036ec73af7864e2728016ae931f872373c56e06 (diff)
sort out functions.h
Diffstat (limited to 'src/npc/cat.c')
-rw-r--r--src/npc/cat.c4
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);