Fixed select/deselect anims.
This commit is contained in:
parent
26e65b4743
commit
230aee232a
17
zscript.zs
17
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:
|
||||
|
Loading…
Reference in New Issue
Block a user