diff --git a/Sprites/Objects/minecart.asm b/Sprites/Objects/minecart.asm index b9a029c..4d21c8f 100644 --- a/Sprites/Objects/minecart.asm +++ b/Sprites/Objects/minecart.asm @@ -1182,6 +1182,17 @@ CheckForFollowerInterroomTransition: RTL } +CheckForFollowerIntraroomTransition: +{ + STA.l $7EC007 + PHB : PHK : PLB + LDA.w !LinkInCart : BEQ .not_in_cart + LDA.b #$0B : STA $7EF3CC + .not_in_cart + PLB + RTL +} + pushpc ; Follower_OldManUnused @@ -1193,6 +1204,9 @@ org $09A41F org $028A5B JSL CheckForFollowerInterroomTransition +org $0289BF + JSL CheckForFollowerIntraroomTransition + pullpc ; =========================================================