mirror of
https://github.com/zeldaret/tmc
synced 2026-09-06 02:58:07 -04:00
Decompile fusionMenuNPC
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
#include "npc.h"
|
||||
|
||||
void FusionMenuNPC(Entity* this) {
|
||||
if (gNPCFunctions[this->field_0xf][2] != NULL) {
|
||||
gNPCFunctions[this->field_0xf][2](this);
|
||||
} else {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
}
|
||||
|
||||
void FusionMenuNPC_Head(Entity* this) {
|
||||
if (gNPCFunctions[this->field_0xf][1] != NULL) {
|
||||
gNPCFunctions[this->field_0xf][1](this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user