Fixed select/deselect anims.

main
Kiri 2023-08-26 16:18:40 -07:00
parent 26e65b4743
commit 230aee232a
1 changed files with 5 additions and 12 deletions

View File

@ -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: