mirror of
https://github.com/zeldaret/tmc
synced 2026-06-21 08:31:55 -04:00
Decompile objectA7
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user