mirror of
https://github.com/zeldaret/tmc
synced 2026-06-28 19:20:53 -04:00
decompile macroMushroomStalks
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "entity.h"
|
||||
|
||||
void sub_0808C964(Entity*);
|
||||
void sub_0808CA10(Entity*);
|
||||
|
||||
void MacroMushromStalks(Entity* this) {
|
||||
static void (*const actionFuncs[])(Entity*) = {
|
||||
sub_0808C964,
|
||||
sub_0808CA10,
|
||||
};
|
||||
actionFuncs[this->action](this);
|
||||
}
|
||||
Reference in New Issue
Block a user