cscg22-gearboy

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

bkg_m.c (2300B)


      1/*
      2
      3 BKG_M.C
      4
      5 Map Source File.
      6
      7 Info:
      8   Section       : 
      9   Bank          : 0
     10   Map size      : 20 x 18
     11   Tile set      : C:\SDK\gb-gb\2-0-15\examples\dscan\bkg.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 bkg_mWidth 20
     20#define bkg_mHeight 18
     21
     22const unsigned char bkg_m[] =
     23{
     24  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
     25  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
     26  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
     27  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
     28  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
     29  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
     30  0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,
     31  0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,
     32  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     33  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     34  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     35  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     36  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     37  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     38  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     39  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     40  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     41  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     42  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     43  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     44  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     45  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     46  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     47  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     48  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     49  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     50  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     51  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     52  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     53  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     54  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     55  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     56  0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,
     57  0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,
     58  0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,
     59  0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,
     60};
     61
     62/* End of BKG_M.C */