mirror of
https://github.com/zeldaret/tmc
synced 2026-06-27 02:35:24 -04:00
19 lines
407 B
C
19 lines
407 B
C
#include "object.h"
|
|
|
|
extern void (*const gUnk_081246EC[])(Entity*);
|
|
|
|
void PalaceArchway(Entity* this) {
|
|
gUnk_081246EC[this->action](this);
|
|
}
|
|
|
|
void sub_0809F2A0(Entity* this) {
|
|
this->action = 1;
|
|
this->frameIndex = this->type2;
|
|
this->spriteRendering.b3 = 3;
|
|
this->spritePriority.b0 = 7;
|
|
SetTile(0x4069, COORD_TO_TILE(this), this->collisionLayer);
|
|
}
|
|
|
|
void nullsub_537(Entity* this) {
|
|
}
|