update switch track sprite
This commit is contained in:
@@ -87,15 +87,12 @@ Sprite_RotatingTrack_Main:
|
|||||||
; 00 = TopLeft -> TopRight
|
; 00 = TopLeft -> TopRight
|
||||||
TopLeftToTopRight:
|
TopLeftToTopRight:
|
||||||
{
|
{
|
||||||
LDA SwitchRam : BNE part2
|
LDA SwitchRam : BEQ part2
|
||||||
|
|
||||||
%PlayAnimation(0,0,4)
|
%PlayAnimation(0,0,4)
|
||||||
part2:
|
part2:
|
||||||
|
|
||||||
%PlayAnimation(1,1,4)
|
%PlayAnimation(1,1,4)
|
||||||
|
|
||||||
JSL CheckIfHitBoxesOverlap
|
|
||||||
|
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -109,9 +106,6 @@ Sprite_RotatingTrack_Main:
|
|||||||
part2_a:
|
part2_a:
|
||||||
|
|
||||||
%PlayAnimation(2,2,4)
|
%PlayAnimation(2,2,4)
|
||||||
|
|
||||||
JSL CheckIfHitBoxesOverlap
|
|
||||||
|
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -125,9 +119,6 @@ Sprite_RotatingTrack_Main:
|
|||||||
part2_b:
|
part2_b:
|
||||||
|
|
||||||
%PlayAnimation(3,3,4)
|
%PlayAnimation(3,3,4)
|
||||||
|
|
||||||
JSL CheckIfHitBoxesOverlap
|
|
||||||
|
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -142,9 +133,6 @@ Sprite_RotatingTrack_Main:
|
|||||||
part2_c:
|
part2_c:
|
||||||
|
|
||||||
%PlayAnimation(0,0,4)
|
%PlayAnimation(0,0,4)
|
||||||
|
|
||||||
JSL CheckIfHitBoxesOverlap
|
|
||||||
|
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -160,9 +148,6 @@ Sprite_RotatingTrack_Main:
|
|||||||
part2_d:
|
part2_d:
|
||||||
%StartOnFrame(0)
|
%StartOnFrame(0)
|
||||||
%PlayAnimation(0,0,4)
|
%PlayAnimation(0,0,4)
|
||||||
|
|
||||||
JSL CheckIfHitBoxesOverlap
|
|
||||||
|
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user