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_4.h

      1 //AUTOGENERATED FILE FROM png2asset
      2 // Conversion args: /GBDK_2020_logo.png -o /gbdklogo_4.c -map -use_map_attributes -bpp 4 -max_palettes 2 -pack_mode sms
      3 
      4 #ifndef METASPRITE_gbdklogo_4_H
      5 #define METASPRITE_gbdklogo_4_H
      6 
      7 #include <stdint.h>
      8 #include <gbdk/platform.h>
      9 #include <gbdk/metasprites.h>
     10 
     11 #define gbdklogo_4_TILE_ORIGIN 0
     12 #define gbdklogo_4_TILE_W 8
     13 #define gbdklogo_4_TILE_H 8
     14 #define gbdklogo_4_WIDTH 160
     15 #define gbdklogo_4_HEIGHT 144
     16 #define gbdklogo_4_TILE_COUNT 41
     17 #define gbdklogo_4_PALETTE_COUNT 1
     18 #define gbdklogo_4_COLORS_PER_PALETTE 16
     19 #define gbdklogo_4_TOTAL_COLORS 16
     20 #define gbdklogo_4_MAP_ATTRIBUTES 0
     21 #define gbdklogo_4_MAP_ATTRIBUTES_WIDTH 20
     22 #define gbdklogo_4_MAP_ATTRIBUTES_HEIGHT 18
     23 #define gbdklogo_4_MAP_ATTRIBUTES_PACKED_WIDTH 20
     24 #define gbdklogo_4_MAP_ATTRIBUTES_PACKED_HEIGHT 18
     25 extern const unsigned char gbdklogo_4_map[720];
     26 #define gbdklogo_4_map_attributes gbdklogo_4_map
     27 
     28 BANKREF_EXTERN(gbdklogo_4)
     29 
     30 extern const palette_color_t gbdklogo_4_palettes[16];
     31 extern const uint8_t gbdklogo_4_tiles[1312];
     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.