summaryrefslogtreecommitdiff
path: root/src/createBowEntity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/createBowEntity.c')
-rw-r--r--src/createBowEntity.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/createBowEntity.c b/src/createBowEntity.c
new file mode 100644
index 00000000..0e1f0ef8
--- /dev/null
+++ b/src/createBowEntity.c
@@ -0,0 +1,8 @@
+#include "global.h"
+#include "entity.h"
+
+extern void (*const gUnk_080B3E30[])(Entity*);
+
+void sub_08018FCC(Entity* this){
+ gUnk_080B3E30[(this->action)](this);
+}