diff --git a/Sprites/NPCs/followers.asm b/Sprites/NPCs/followers.asm index 74a990c..ebd741e 100644 --- a/Sprites/NPCs/followers.asm +++ b/Sprites/NPCs/followers.asm @@ -119,10 +119,16 @@ ZoraBaby_RevertToSprite: CheckForZoraBabyTransitionToSprite: { + ; If we are standing on a star tile LDA.w $0114 : CMP.b #$3B : BNE + LDA.b #$00 JSR ZoraBaby_RevertToSprite + + + ; If we are outdoors, clear the follower + LDA.b $1B : BNE + + LDA.b #$00 : STA.l $7EF3CC + + LDX.b $10 LDY.b $11 RTL