mirror of
https://github.com/zeldaret/tmc
synced 2026-06-12 13:35:28 -04:00
12 lines
203 B
C
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);
|
|
}
|
|
}
|