mirror of
https://github.com/zeldaret/tmc
synced 2026-06-05 19:28:20 -04:00
Merge branch 'master' of https://github.com/zeldaret/tmc
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