cscg22-gearboy

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

dungeon_map.h (537B)


      1/*
      2
      3 DUNGEON_MAP.H
      4
      5 Map Include File.
      6
      7 Info:
      8   Section       : 
      9   Bank          : 0
     10   Map size      : 32 x 32
     11   Tile set      : dungeon_32x32.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
     21#define dungeon_mapWidth 32
     22#define dungeon_mapHeight 32
     23#define dungeon_mapBank 0
     24
     25#define dungeon_map dungeon_mapPLN0
     26extern const unsigned char dungeon_mapPLN0[];
     27
     28/* End of DUNGEON_MAP.H */