found more anims, also removing != 0 sometimes

This commit is contained in:
Reinmmar
2023-09-24 18:03:34 +02:00
parent bdfaa7dc1a
commit c19e313df4
5 changed files with 91 additions and 85 deletions
+2 -2
View File
@@ -306,10 +306,10 @@ u32 UpdatePlayerCollision(void) {
case 0x3a:
case 0x5b:
case 0x4051:
if ((gPlayerState.flags & PL_MINISH) != 0) {
if (gPlayerState.flags & PL_MINISH) {
return 0;
}
if (gPlayerEntity.animationState != 0) {
if (gPlayerEntity.animationState != IdleNorth) {
return 0;
}
gUnk_0200AF00.rActionInteractTile = R_ACTION_READ;