Decompile objectA7

This commit is contained in:
Tal Hayon
2022-03-15 01:36:01 +02:00
parent 8aa9c2876a
commit e4cd697f54
3 changed files with 12 additions and 35 deletions
+11
View File
@@ -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);
}