defined areaPropertyLists.s

This commit is contained in:
theo3
2020-06-23 15:15:27 -07:00
parent 8f0c917ab5
commit 344de9129d
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);
}