View changes for revision:                                    
Line-Controlled Wall-Jump Platform (249, rev. 5)
By  snake block on 07-04-14, 06:41 am
Category 'Platforms and ropes', known, fully documented
(no description)
Data files:
• /enemy/obj_lift_block.nsbtx
Sprite fields:
Speed: list at nybble 5: 0=Slowest,1=Medium,2=Fast,3=Fastest
Wait for Mario: checkbox at nybble 6 with mask 1
Start direction: list at nybble 7: 0=Right,1=Left
Height: value at nybble 8. Height is 4 + (nybble8 mod 4)
Width: value at nybble 11. Width is 4 + (nybble11 mod 4)
Line-Controlled Wall-Jump Platform (249, rev. 6)
By  MeroMero on 05-02-15, 09:32 pm
Category 'Platforms and ropes', known, fully documented
(no description)
Data files:
• /enemy/obj_lift_block.nsbtx
Sprite fields:
Speed: list at nybble 5: 0=Slowest,1=Medium,2=Fast,3=Fastest
Movement trigger: list at nybble 6: 0=On its own,1=When touched at least once
Start direction: list at nybble 7: 0=Right,1=Left
Height: value at nybble 8. Height is 4+(N8 mod 4)
Width: value at nybble 11. Width is 4+(N11 mod 4)