gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/png2asset/testing/ref/zgb_sushi_tiles_lit.h
1 //AUTOGENERATED FILE FROM png2asset
2 // Conversion args: /sushi_tiles.png -c /zgb_sushi_tiles_lit.c -b 255 -area LIT -map -noflip -pack_mode sms -bpp 4 -keep_palette_order -use_structs -keep_palette_order -keep_duplicate_tiles -tiles_only
3
4 #ifndef METASPRITE_zgb_sushi_tiles_lit_H
5 #define METASPRITE_zgb_sushi_tiles_lit_H
6
7 #include <stdint.h>
8 #include <gbdk/platform.h>
9 #include <gbdk/metasprites.h>
10
11 #include "TilesInfo.h"
12 #include "MapInfo.h"
13
14 extern const struct TilesInfo zgb_sushi_tiles_lit;
15
16 #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.