Rotatesprite16: Difference between revisions
Jump to navigation
Jump to search
Hunter byte (talk | contribs) New page: '''rotatesprite16''' <x> <y> <z> <a> <tilenum> <shade> <pal> <orientation> <x1> <x2> <y1> <y2> Displays tiles onscreen. It works likewise the rotatesprite command but it the rotat... |
(No difference)
|
Revision as of 02:27, 12 June 2008
rotatesprite16 <x> <y> <z> <a> <tilenum> <shade> <pal> <orientation> <x1> <x2> <y1> <y2>
Displays tiles onscreen. It works likewise the rotatesprite command but it the rotatesprite16 is more accurate.
<x> x-coordinate. Range 0..13107200. (200*65536=13107200)
<y> y-coordinate. Range 0..20971520. (320*65536=20971520)
The command named "rotatesprite16" because "multiplying by 65536" is equivalent to "shifting left by 16".