mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 23:30:06 -04:00
sub_08070680 OK
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
|
||||
extern void (*gUnk_0811B9E0[])(Entity *);
|
||||
|
||||
|
||||
//inject
|
||||
void sub_08070680(Entity *this) {
|
||||
gUnk_0811B9E0[this->action](this);
|
||||
}
|
||||
Reference in New Issue
Block a user