start createBowEntity.c

This commit is contained in:
TauNeutrino
2020-10-29 21:47:37 +01:00
parent fbf7f49146
commit e5bee591c9
2 changed files with 8 additions and 13 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "global.h"
extern long (*gUnk_080B3E30[])(u8*);
long sub_08018FCC(u8 *r0)
{
return gUnk_080B3E30[(r0[0xC])](r0);
}