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/hblankcopy_1.h

      1 //AUTOGENERATED FILE FROM png2asset
      2 // Conversion args: /hblank_copy.png -o /hblankcopy_1.c -map -noflip -tiles_only -keep_duplicate_tiles -b 255
      3 
      4 #ifndef METASPRITE_hblankcopy_1_H
      5 #define METASPRITE_hblankcopy_1_H
      6 
      7 #include <stdint.h>
      8 #include <gbdk/platform.h>
      9 #include <gbdk/metasprites.h>
     10 
     11 #define hblankcopy_1_TILE_ORIGIN 0
     12 #define hblankcopy_1_TILE_W 8
     13 #define hblankcopy_1_TILE_H 8
     14 #define hblankcopy_1_WIDTH 112
     15 #define hblankcopy_1_HEIGHT 72
     16 #define hblankcopy_1_TILE_COUNT 126
     17 #define hblankcopy_1_PALETTE_COUNT 1
     18 #define hblankcopy_1_COLORS_PER_PALETTE 4
     19 #define hblankcopy_1_TOTAL_COLORS 4
     20 
     21 BANKREF_EXTERN(hblankcopy_1)
     22 
     23 extern const palette_color_t hblankcopy_1_palettes[4];
     24 extern const uint8_t hblankcopy_1_tiles[2016];
     25 
     26 #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.