mirror of
https://github.com/zeldaret/tmc
synced 2026-08-01 00:08:54 -04:00
cleanup
This commit is contained in:
@@ -51,7 +51,7 @@ void sub_0808E298(Entity* this) {
|
||||
|
||||
void sub_0808E318(Entity* this) {
|
||||
GetNextFrame(this);
|
||||
if (this->frame & 0x80) {
|
||||
if (this->frame & ANIM_DONE) {
|
||||
sub_0808E354(this, 0x343);
|
||||
DeleteThisEntity();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user