mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
9 lines
166 B
C
9 lines
166 B
C
#include "global.h"
|
|
#include "entity.h"
|
|
|
|
extern void (*const gUnk_080B3E30[])(Entity*);
|
|
|
|
void sub_08018FCC(Entity* this) {
|
|
gUnk_080B3E30[(this->action)](this);
|
|
}
|