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;
|
JMPK A -1;
|
||||||
stop;
|
stop;
|
||||||
|
|
||||||
select:
|
select0:
|
||||||
JMPP A 1;
|
JMPP A 1;
|
||||||
|
goto select0big;
|
||||||
|
|
||||||
// Raise it back up...
|
deselect0:
|
||||||
JMPP A 1 offset(0, 128);
|
JMPP A 1;
|
||||||
JMPP A 1 offset(0, 96);
|
goto deselect0big;
|
||||||
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;
|
|
||||||
|
|
||||||
// LCD overlay states.
|
// LCD overlay states.
|
||||||
ledd_left_indicator:
|
ledd_left_indicator:
|
||||||
|
Loading…
Reference in New Issue
Block a user