mirror of
https://github.com/zeldaret/tmc
synced 2026-07-12 07:38:02 -04:00
defined areaPropertyLists.s
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user