View changes for revision:                                                                                    
Vertical Moving Stone Block (71, rev. 7)
By  MeroMero on 05-03-13, 10:26 am
Category 'Platforms and ropes', known, fully documented
(no description)
Data files: none
Sprite fields:
Input ID: value at nybble 2-3
Tiles to move: value at nybble 9
Width: value at nybble 11
Speed: value at nybble 5. 0 appears to be faster, 1 slower
Start direction: list at nybble 7: 0=Up,1=Down
Height: list at nybble 8: 0=1,1=2,2=4,3=8. The height is power of 2
Use Input ID: checkbox at nybble 4 with mask 1
Vertical Moving Stone Block (71, rev. 8)
By  MeroMero on 05-07-13, 09:07 am
Category 'Platforms and ropes', known, fully documented
(no description)
Data files: none
Sprite fields:
Input ID: value at nybble 2-3
Use Input ID: checkbox at nybble 4 with mask 1
Speed: list at nybble 5: 0=Fast,1=Slow
Start direction: list at nybble 7: 0=Up,1=Down
Height: list at nybble 8: 0=1,1=2,2=4,3=8. Height formula is 2<sup>n mod 4</sup> with n being the value of this nybble
Tiles to move: value at nybble 9
Width: value at nybble 11