fix deku scrub npc mask barrier softlock

This commit is contained in:
scawful
2024-08-10 13:45:16 -04:00
parent 090911e635
commit a5c31ad55c

View File

@@ -105,7 +105,6 @@ Sprite_DekuScrub_Main:
QuiereCuracion: QuiereCuracion:
{ {
%PlayAnimation(0, 1, 16) %PlayAnimation(0, 1, 16)
JSL Sprite_PlayerCantPassThrough
LDA $FE : BEQ .ninguna_cancion LDA $FE : BEQ .ninguna_cancion
STZ $FE STZ $FE
LDA.b #$C0 : STA.w SprTimerD, X LDA.b #$C0 : STA.w SprTimerD, X
@@ -142,7 +141,6 @@ Sprite_DekuScrub_Main:
Withered: Withered:
{ {
%PlayAnimation(2, 2, 10) %PlayAnimation(2, 2, 10)
JSL Sprite_PlayerCantPassThrough
RTS RTS
} }