From 230aee232acaad501c9e2b92fa3451dcb04c1449 Mon Sep 17 00:00:00 2001 From: Kiri Date: Sat, 26 Aug 2023 16:18:40 -0700 Subject: [PATCH] Fixed select/deselect anims. --- zscript.zs | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/zscript.zs b/zscript.zs index c4f90e3..eaa5aca 100644 --- a/zscript.zs +++ b/zscript.zs @@ -286,20 +286,13 @@ class JumperCablesUsable : HDWeapon JMPK A -1; stop; - select: + select0: JMPP A 1; + goto select0big; - // Raise it back up... - JMPP A 1 offset(0, 128); - JMPP A 1 offset(0, 96); - JMPP A 1 offset(0, 72); - JMPP A 1 offset(0, 64); - JMPP A 1 offset(0, 48); - JMPP A 1 offset(0, 32); - JMPP A 1 offset(0, 16); - JMPP A 1 offset(0, 0); - - goto super::select; + deselect0: + JMPP A 1; + goto deselect0big; // LCD overlay states. ledd_left_indicator: