This commit is contained in:
21aslade
2020-06-29 08:07:54 -06:00
17 changed files with 1504 additions and 344 deletions
+15
View File
@@ -0,0 +1,15 @@
#include "global.h"
#include "entity.h"
extern void (*const gUnk_08108D3C[])(Entity*);
extern void (*const gUnk_08108D44[])(Entity*);
void sub_0805D250(Entity *this)
{
gUnk_08108D3C[this->entityType.form](this);
}
void sub_0805D268(Entity *this)
{
gUnk_08108D44[this->action](this);
}