summaryrefslogtreecommitdiff
path: root/src/createBowEntity.c
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2020-11-07 15:57:40 -0800
committerGitHub <noreply@github.com>2020-11-07 15:57:40 -0800
commit6a7569dee467005f1008b189dd04f972014fc165 (patch)
tree729a7434fdaa23d146a82d968d2f870750023268 /src/createBowEntity.c
parentf1bfe499de0afdd8e93c5e3e0e6c9e12b3343e1b (diff)
parent9087b487c57cb1202e1488bb8811cc25c211c3eb (diff)
Merge pull request #97 from 1TauNeutrino:master
decompile smallPesto.c + start createBowEntity.c
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);
+}