mirror of
https://github.com/zeldaret/tmc
synced 2026-06-02 10:10:37 -04:00
16 lines
251 B
C
16 lines
251 B
C
#include "global.h"
|
|
#include "entity.h"
|
|
|
|
extern void (*gUnk_081208A0[])(Entity*);
|
|
|
|
void Object1D(Entity* this) {
|
|
gUnk_081208A0[this->action](this);
|
|
}
|
|
|
|
void sub_080874F8(Entity* this) {
|
|
DeleteThisEntity();
|
|
}
|
|
|
|
void nullsub_117(Entity* this) {
|
|
}
|