Function DrawMap2

From Uzebox Wiki
Revision as of 20:44, 27 February 2009 by Uze (talk | contribs)
Jump to navigation Jump to search
Prototype

void DrawMap2(unsigned char x,unsigned char y,const char *map)

Description

Draws a rectangular map pointed to by *map at the specified coordinates. Maps are char arrays in which the two first bytes respectively specifies the width and height of the map.

Parameters
  • x:
  • y:
  • map: Pointer to const char array in PROGMEM.
Returns

Void

Video Modes

2,3

Since

V2

Example: