This commit is contained in:
theo3
2021-02-26 14:48:30 -08:00
parent 112e97abc8
commit cca3f69d18
205 changed files with 898 additions and 905 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ void sub_0809F374(Entity* this) {
this->height.WORD = 0;
this->action = 2;
InitializeAnimation(this, 1);
PlaySFX(0x186);
SoundReq(0x186);
} else {
this->actionDelay++;
}
@@ -63,7 +63,7 @@ void sub_0809F374(Entity* this) {
case 1:
this->actionDelay = 0;
sub_0809F448(this);
PlaySFX(0x186);
SoundReq(0x186);
}
}
}