30 lines
562 B
Plaintext
30 lines
562 B
Plaintext
struct TileSNESMode7 # All definitions here are intended to be overriden in code, but provide correctly-sized stubs for programs that don't care
|
|
64 of u8 data
|
|
|
|
struct TileSNESMode7c
|
|
32 of u8 data
|
|
|
|
struct TileSNES4bpp
|
|
32 of u8 data
|
|
|
|
struct TileSNES3bpp
|
|
24 of u8 data
|
|
|
|
struct TileSNES2bpp
|
|
16 of u8 data
|
|
|
|
struct TileSNES1bpp
|
|
8 of u8 data
|
|
|
|
struct SNESTritile
|
|
24 of u8 data
|
|
|
|
struct ColorBGR555
|
|
u16 data
|
|
|
|
struct Palette16Of555 # Typed PoolColorArray in GDscript
|
|
16 of ColorBGR555 data
|
|
|
|
struct Palette128Of555 # Typed PoolColorArray in GDscript
|
|
128 of ColorBGR555 data
|