Files
tmc/src/npc/moblinLady.c
T
2021-12-28 12:08:30 -08:00

12 lines
203 B
C

#include "entity.h"
#include "npc.h"
void MoblinLady(Entity* this) {
if (this->action == 0) {
this->action++;
sub_0807DD50(this);
} else {
sub_0807DD94(this, 0);
}
}