View changes for revision:                                                                        
Vertically Moving Platform (68, rev. 11)
By  Hiccup on 03-16-15, 03:37 pm
Category 'Platforms and ropes', known, fully documented
(no description)
Data files:
• /enemy/n_lift.nsbtx (Normal_Lift)
Sprite fields:
Triggering Event ID 1: value at nybble 0-1
Triggering Event ID 2: value at nybble 2-3
Use Input ID: checkbox at nybble 4 with mask 1
Slower: checkbox at nybble 5 with mask 1
Start Direction: list at nybble 7: 0=Up,1=Down
Tiles to move: value at nybble 9
Width: value at nybble 11. Width formula is 1+(n mod 8) with n being the value of this nybble
Vertically Moving Platform (68, rev. 12)
By  MeroMero on 05-02-15, 05:06 pm
Category 'Platforms and ropes', known, fully documented
(no description)
Data files:
• /enemy/n_lift.nsbtx (Normal_Lift)
Sprite fields:
Tiles to move: value at nybble 9
Starting direction: list at nybble 7: 0=Up,1=Down
Width: value at nybble 11. Width formula is 1+<sup>(n</sup> mod 8) with n being the value of this nybble
Slower: checkbox at nybble 5 with mask 1
Use Trigger ID: checkbox at nybble 4 with mask 1
Trigger ID 1: value at nybble 2-3
Trigger ID 2: value at nybble 0-1