mirror of
https://github.com/zeldaret/tmc
synced 2026-08-31 09:40:41 -04:00
name remaining entity fields
This commit is contained in:
@@ -35,14 +35,14 @@ void sub_080860D8(FloatingPlatformEntity* this) {
|
||||
void sub_0808611C(FloatingPlatformEntity* this) {
|
||||
bool32 iVar2 = sub_08086168(this);
|
||||
|
||||
if (super->actionDelay != 0 && super->parent->actionDelay == 0) {
|
||||
if (super->timer != 0 && super->parent->timer == 0) {
|
||||
|
||||
if (iVar2) {
|
||||
super->parent->actionDelay++;
|
||||
super->parent->timer++;
|
||||
}
|
||||
|
||||
sub_080A2BE4(super, iVar2);
|
||||
} else if (super->actionDelay == 0) {
|
||||
} else if (super->timer == 0) {
|
||||
sub_080A2BE4(super, iVar2);
|
||||
} else {
|
||||
sub_080A2BE4(super, FALSE);
|
||||
|
||||
Reference in New Issue
Block a user