sub_08070680 OK

This commit is contained in:
theo
2020-06-13 14:54:12 -07:00
parent a3be262635
commit a98080504d
4 changed files with 5602 additions and 5596 deletions
+10
View File
@@ -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);
}