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

File diff suppressed because it is too large Load Diff

5590
asm/code_08070698.s Normal file

File diff suppressed because it is too large Load Diff

View File

@ -558,6 +558,8 @@ SECTIONS {
src/sub_0806FA30.o(.text);
src/positionRelative.o(.text);
asm/code_0806FA6C.o(.text);
src/sub_08070680.o(.text);
asm/code_08070698.o(.text);
asm/stairsInteract.o(.text);
asm/code_080732D0.o(.text);
asm/ocarina.o(.text);

10
src/sub_08070680.c Normal file
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);
}