mirror of https://github.com/zeldaret/tmc.git
sub_08070680 OK
This commit is contained in:
parent
a3be262635
commit
a98080504d
5596
asm/code_0806FA6C.s
5596
asm/code_0806FA6C.s
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
}
|
Loading…
Reference in New Issue