set_map_data
From ArchaicPixels: HuC and PCEAS Documentation
set_map_data(char *map, char w, char h);
Define a tile-index map to be used by load_map().
'map' is the address of a map of width 'w' (max. 255)
and of height 'h' (max. 255).
