cscg22-gearboy

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

bar_m.h (378B)


      1/*
      2
      3 BAR_M.H
      4
      5 Map Include File.
      6
      7 Info:
      8   Section       : 
      9   Bank          : 0
     10   Map size      : 20 x 18
     11   Tile set      : C:\SDK\gb-gb\tmp\bar_c.gbr
     12   Plane count   : 1 plane (8 bits)
     13   Plane order   : Tiles are continues
     14
     15 This file was generated by GBMB v0.8
     16
     17*/
     18
     19#define bar_mWidth 20
     20#define bar_mHeight 18
     21
     22extern const unsigned char bar_m[];
     23
     24/* End of BAR_M.H */