cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

monalisa_map.h (624B)


      1/*
      2
      3 MONALISA_MAP.H
      4
      5 Map Include File.
      6
      7 Info:
      8   Section       : 
      9   Bank          : 0
     10   Map size      : 20 x 18
     11   Tile set      : monalisa_tiles.gbr
     12   Plane count   : 1 plane (8 bits)
     13   Plane order   : Planes are continues
     14   Tile offset   : 0
     15   Split data    : No
     16
     17 This file was generated by GBMB v1.8
     18
     19*/
     20#ifndef __monalisa_map_h_INCLUDE
     21#define __monalisa_map_h_INCLUDE
     22
     23#define monalisa_mapWidth 20
     24#define monalisa_mapHeight 18
     25#define monalisa_mapBank 0
     26
     27#define monalisa_map monalisa_mapPLN0
     28extern const unsigned char monalisa_mapPLN0[];
     29
     30#endif
     31
     32/* End of MONALISA_MAP.H */