mirror of
https://github.com/zeldaret/tmc
synced 2026-06-15 14:31:48 -04:00
add subdirs
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#include "entity.h"
|
||||
#include "global.h"
|
||||
|
||||
extern void (*gUnk_08123384[])(Entity*);
|
||||
|
||||
void Bell(Entity* ent) {
|
||||
gUnk_08123384[ent->action](ent);
|
||||
}
|
||||
|
||||
void sub_08097D90(Entity* ent) {
|
||||
ent->action = 1;
|
||||
ent->spriteSettings.b.draw = 1;
|
||||
ent->collisionLayer = 1;
|
||||
ent->spritePriority.b0 = 0;
|
||||
UpdateSpriteForCollisionLayer(ent);
|
||||
InitAnimationForceUpdate(ent, 0);
|
||||
}
|
||||
|
||||
void sub_08097DCC(Entity* ent) {
|
||||
UpdateAnimationSingleFrame(ent);
|
||||
}
|
||||
Reference in New Issue
Block a user