mirror of
https://github.com/zeldaret/tmc
synced 2026-05-31 09:22:08 -04:00
sub_08070680 OK
This commit is contained in:
-5596
File diff suppressed because it is too large
Load Diff
+5590
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);
|
||||
}
|
||||
Reference in New Issue
Block a user