ILargeSprite

From Doors CS
Revision as of 22:39, 20 June 2010 by KermMartian (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Description

Draws an aligned or unaligned sprite to the graph buffer with a width that is a multiple of 8 pixels, and any height. Does not perform clipping.

Technical Details

Inputs

a = X-coordinate of top-left of sprite
b = Sprite height
c = Sprite width (in bytes, so divide by 8)
l = Y-coordinate of top-left of sprite
ix = Pointer to first byte of sprite

Outputs

Draws the sprite to the graph buffer.

Destroyed

All

Personal tools