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

      1 //AUTOGENERATED FILE FROM png2asset
      2 // Conversion args: /nums8x8_map_0_to_39.png -o /nums_map_2.c -map -source_tileset /nums8x8_9_to_0.png
      3 
      4 #ifndef METASPRITE_nums_map_2_H
      5 #define METASPRITE_nums_map_2_H
      6 
      7 #include <stdint.h>
      8 #include <gbdk/platform.h>
      9 #include <gbdk/metasprites.h>
     10 
     11 #define nums_map_2_TILE_ORIGIN 0
     12 #define nums_map_2_TILE_W 8
     13 #define nums_map_2_TILE_H 8
     14 #define nums_map_2_WIDTH 80
     15 #define nums_map_2_HEIGHT 40
     16 #define nums_map_2_TILE_COUNT 30
     17 #define nums_map_2_PALETTE_COUNT 1
     18 #define nums_map_2_COLORS_PER_PALETTE 4
     19 #define nums_map_2_TOTAL_COLORS 4
     20 #define nums_map_2_MAP_ATTRIBUTES 0
     21 extern const unsigned char nums_map_2_map[50];
     22 #define nums_map_2_map_attributes nums_map_2_map
     23 
     24 BANKREF_EXTERN(nums_map_2)
     25 
     26 extern const uint8_t nums_map_2_tiles[480];
     27 
     28 #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.