mirror of
https://github.com/zeldaret/tmc
synced 2026-06-16 23:00:31 -04:00
start createBowEntity.c
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "global.h"
|
||||
|
||||
extern long (*gUnk_080B3E30[])(u8*);
|
||||
|
||||
long sub_08018FCC(u8 *r0)
|
||||
{
|
||||
return gUnk_080B3E30[(r0[0xC])](r0);
|
||||
}
|
||||
Reference in New Issue
Block a user