mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 23:22:03 -04:00
Decompile enemy66
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "entity.h"
|
||||
|
||||
void (*const gUnk_080D2ABC[])(Entity*);
|
||||
extern void sub_08029270(Entity* this);
|
||||
|
||||
void Enemy66(Entity* this) {
|
||||
if (gUnk_080D2ABC[this->field_0xf]) {
|
||||
gUnk_080D2ABC[this->field_0xf](this);
|
||||
} else {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
}
|
||||
|
||||
void (*const gUnk_080D2ABC[103])(Entity*) = {
|
||||
[22] = sub_08029270,
|
||||
};
|
||||
Reference in New Issue
Block a user