gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/png2asset/testing/ref/remote_down.h
1 //AUTOGENERATED FILE FROM png2asset
2 // Conversion args: /remote_down.png -c /remote_down.c -keep_palette_order -map -noflip -source_tileset /remote.png
3
4 #ifndef METASPRITE_remote_down_H
5 #define METASPRITE_remote_down_H
6
7 #include <stdint.h>
8 #include <gbdk/platform.h>
9 #include <gbdk/metasprites.h>
10
11 #define remote_down_TILE_ORIGIN 0
12 #define remote_down_TILE_W 8
13 #define remote_down_TILE_H 8
14 #define remote_down_WIDTH 160
15 #define remote_down_HEIGHT 144
16 #define remote_down_TILE_COUNT 33
17 #define remote_down_PALETTE_COUNT 1
18 #define remote_down_COLORS_PER_PALETTE 4
19 #define remote_down_TOTAL_COLORS 4
20 #define remote_down_MAP_ATTRIBUTES 0
21 extern const unsigned char remote_down_map[360];
22 #define remote_down_map_attributes remote_down_map
23
24 BANKREF_EXTERN(remote_down)
25
26 extern const uint8_t remote_down_tiles[528];
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.