mirror of
https://github.com/zeldaret/tmc
synced 2026-05-26 07:39:08 -04:00
12 lines
237 B
C
12 lines
237 B
C
#define NENT_DEPRECATED
|
|
#include "entity.h"
|
|
|
|
void ObjectA7(Entity* this) {
|
|
if (this->action == 0) {
|
|
this->action = 1;
|
|
this->spritePriority.b0 = 6;
|
|
InitializeAnimation(this, 0);
|
|
}
|
|
GetNextFrame(this);
|
|
}
|