git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-lib/examples/cross-platform/gbdecompress/src/monalisa_map.h

      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
     28 extern const unsigned char monalisa_mapPLN0[];
     29 
     30 #endif
     31 
     32 /* End of MONALISA_MAP.H */

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.