cscg22-gearboy

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

bigmap_map.h (572B)


      1/*
      2
      3 BIGMAP_MAP.H
      4
      5 Map Include File.
      6
      7 Info:
      8   Section       : 
      9   Bank          : 0
     10   Map size      : 247 x 66
     11   Tile set      : bigmap_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 __bigmap_map_h_INCLUDE
     21#define __bigmap_map_h_INCLUDE
     22
     23#define bigmap_mapWidth 247
     24#define bigmap_mapHeight 66
     25#define bigmap_mapBank 0
     26
     27#define bigmap_map bigmap_mapPLN0
     28extern const unsigned char bigmap_mapPLN0[];
     29
     30#endif
     31
     32/* End of BIGMAP_MAP.H */