diff options
Diffstat (limited to 'src/object')
| -rw-r--r-- | src/object/objectA7.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/object/objectA7.c b/src/object/objectA7.c new file mode 100644 index 00000000..bfcd80ab --- /dev/null +++ b/src/object/objectA7.c @@ -0,0 +1,11 @@ +#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); +} |
