mirror of https://github.com/zeldaret/tmc.git
17 lines
357 B
C
17 lines
357 B
C
#include "npc.h"
|
|
|
|
extern Hitbox gUnk_0810C3C0;
|
|
|
|
void Wheaton(Entity* this) {
|
|
if (this->action == 0) {
|
|
this->action++;
|
|
|
|
SetDefaultPriority(this, PRIO_MESSAGE);
|
|
ResolveEntityOnTop(this, this);
|
|
this->hitbox = &gUnk_0810C3C0;
|
|
this->spriteOffsetY = 0xfe;
|
|
sub_0807DD64(this);
|
|
}
|
|
sub_0807DD94(this, 0);
|
|
}
|