From e4cd697f54cc1a56890eb89ef205e31ac3712681 Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Tue, 15 Mar 2022 01:36:01 +0200 Subject: Decompile objectA7 --- src/object/objectA7.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/object/objectA7.c (limited to 'src/object') 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); +} -- cgit v1.2.3