mirror of
https://github.com/zeldaret/tmc
synced 2026-06-16 14:50:22 -04:00
finish main.c
This commit is contained in:
@@ -60,7 +60,7 @@ void sub_0809EABC(Entity* this) {
|
||||
u32 f;
|
||||
|
||||
f = CheckFlags(this->field_0x86.HWORD);
|
||||
anySet = (-f | f) >> 0x1F;
|
||||
anySet = BOOLCAST(f);
|
||||
if (this->frameIndex != anySet) {
|
||||
this->frameIndex = anySet;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user