mirror of
https://github.com/zeldaret/tmc
synced 2026-08-30 01:20:16 -04:00
name remaining entity fields
This commit is contained in:
@@ -42,8 +42,8 @@ void sub_08099E58(Entity* this) {
|
||||
GetNextFrame(this);
|
||||
if (this->frame & ANIM_DONE) {
|
||||
this->frame &= ~0x80;
|
||||
this->actionDelay++;
|
||||
if (this->actionDelay == 3) {
|
||||
this->timer++;
|
||||
if (this->timer == 3) {
|
||||
this->action = 3;
|
||||
this->frameIndex = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user