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/gb/colorbar/bar_m.h

      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 
     22 extern const unsigned char bar_m[];
     23 
     24 /* End of BAR_M.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.