mirror of
https://github.com/zeldaret/tmc
synced 2026-06-01 09:47:53 -04:00
17 lines
354 B
C
17 lines
354 B
C
#include "npc.h"
|
|
|
|
extern Hitbox gUnk_0810C3C0;
|
|
|
|
void Wheaton(Entity* this) {
|
|
if (this->action == 0) {
|
|
this->action++;
|
|
|
|
SetDefaultPriority(this, PRIO_MESSAGE);
|
|
SortEntityAbove(this, this);
|
|
this->hitbox = &gUnk_0810C3C0;
|
|
this->spriteOffsetY = 0xfe;
|
|
sub_0807DD64(this);
|
|
}
|
|
sub_0807DD94(this, 0);
|
|
}
|