git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-support/png2asset/testing/ref/gbdklogo_2.h

      1 //AUTOGENERATED FILE FROM png2asset
      2 // Conversion args: /GBDK_2020_logo.png -o /gbdklogo_2.c -map -use_map_attributes -bpp 2 -max_palettes 8 -pack_mode gb
      3 
      4 #ifndef METASPRITE_gbdklogo_2_H
      5 #define METASPRITE_gbdklogo_2_H
      6 
      7 #include <stdint.h>
      8 #include <gbdk/platform.h>
      9 #include <gbdk/metasprites.h>
     10 
     11 #define gbdklogo_2_TILE_ORIGIN 0
     12 #define gbdklogo_2_TILE_W 8
     13 #define gbdklogo_2_TILE_H 8
     14 #define gbdklogo_2_WIDTH 160
     15 #define gbdklogo_2_HEIGHT 144
     16 #define gbdklogo_2_TILE_COUNT 41
     17 #define gbdklogo_2_PALETTE_COUNT 4
     18 #define gbdklogo_2_COLORS_PER_PALETTE 4
     19 #define gbdklogo_2_TOTAL_COLORS 16
     20 #define gbdklogo_2_MAP_ATTRIBUTES gbdklogo_2_map_attributes
     21 #define gbdklogo_2_MAP_ATTRIBUTES_WIDTH 20
     22 #define gbdklogo_2_MAP_ATTRIBUTES_HEIGHT 18
     23 #define gbdklogo_2_MAP_ATTRIBUTES_PACKED_WIDTH 20
     24 #define gbdklogo_2_MAP_ATTRIBUTES_PACKED_HEIGHT 18
     25 extern const unsigned char gbdklogo_2_map[360];
     26 extern const unsigned char gbdklogo_2_map_attributes[360];
     27 
     28 BANKREF_EXTERN(gbdklogo_2)
     29 
     30 extern const palette_color_t gbdklogo_2_palettes[16];
     31 extern const uint8_t gbdklogo_2_tiles[656];
     32 
     33 #endif

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.