gba-sprite-engine/demos/demo2-arkanoid/src/spritedata.h

135 lines
4.5 KiB
C

//
// Created by Wouter Groeneveld on 08/08/18.
//
#ifndef GBA_SPRITE_ENGINE_PROJECT_SPRITEDATA_H
#define GBA_SPRITE_ENGINE_PROJECT_SPRITEDATA_H
//{{BLOCK(block_green)
//======================================================================
//
// block_green, 16x8@8,
// + 2 tiles not compressed
// Total size: 128 = 128
//
// Time-stamp: 2018-08-08, 13:34:09
// Exported by Cearn's GBA Image Transmogrifier, v0.8.6
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
const unsigned int block_greenTiles[32] __attribute__((aligned(4)))=
{
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x01010101,0x01010101,
0x00000000,0x01000000,0x00000000,0x01000000,0x00000000,0x01000000,0x00000000,0x01000000,
0x00000000,0x01000000,0x00000000,0x01000000,0x00000000,0x01000000,0x01010101,0x01010101,
};
//}}BLOCK(block_green)
//{{BLOCK(block_red)
//======================================================================
//
// block_red, 16x8@8,
// + 2 tiles not compressed
// Total size: 128 = 128
//
// Time-stamp: 2018-08-08, 13:34:09
// Exported by Cearn's GBA Image Transmogrifier, v0.8.6
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
const unsigned int block_redTiles[32] __attribute__((aligned(4)))=
{
0x02020202,0x02020202,0x02020202,0x02020202,0x02020202,0x02020202,0x02020202,0x02020202,
0x02020202,0x02020202,0x02020202,0x02020202,0x02020202,0x02020202,0x01010101,0x01010101,
0x02020202,0x01020202,0x02020202,0x01020202,0x02020202,0x01020202,0x02020202,0x01020202,
0x02020202,0x01020202,0x02020202,0x01020202,0x02020202,0x01020202,0x01010101,0x01010101,
};
//}}BLOCK(block_red)
//{{BLOCK(ball)
//======================================================================
//
// ball, 8x8@8,
// + 1 tiles not compressed
// Total size: 64 = 64
//
// Time-stamp: 2018-08-08, 13:34:09
// Exported by Cearn's GBA Image Transmogrifier, v0.8.6
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
const unsigned int ballTiles[16] __attribute__((aligned(4)))=
{
0x05050503,0x03030303,0x04040405,0x03030305,0x04040405,0x03030305,0x05050503,0x03030303,
0x03030303,0x03030303,0x03030303,0x03030303,0x03030303,0x03030303,0x03030303,0x03030303,
};
//}}BLOCK(ball)
//{{BLOCK(paddle)
//======================================================================
//
// paddle, 48x8@8,
// + 6 tiles not compressed
// Total size: 384 = 384
//
// Time-stamp: 2018-08-08, 13:34:09
// Exported by Cearn's GBA Image Transmogrifier, v0.8.6
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
const unsigned int paddleTiles[96] __attribute__((aligned(4)))=
{
0x02020303,0x03020202,0x02020503,0x05020202,0x02020503,0x05020202,0x02020502,0x05020202,
0x02020502,0x05020202,0x02020503,0x05020202,0x02020203,0x05020202,0x02020303,0x03020202,
0x06060606,0x06060606,0x05050505,0x05050505,0x06060606,0x06060606,0x06060606,0x06060606,
0x06060606,0x06060606,0x06060606,0x06060606,0x06060606,0x06060606,0x03030303,0x03030303,
0x06060606,0x06060606,0x05050505,0x05050505,0x06060606,0x06060606,0x06060606,0x06060606,
0x06060606,0x06060606,0x06060606,0x06060606,0x06060606,0x06060606,0x03030303,0x03030303,
0x06060606,0x06060606,0x05050505,0x05050505,0x06060606,0x06060606,0x06060606,0x06060606,
0x06060606,0x06060606,0x06060606,0x06060606,0x06060606,0x06060606,0x03030303,0x03030303,
0x06060606,0x06060606,0x05050505,0x05050505,0x06060606,0x06060606,0x06060606,0x06060606,
0x06060606,0x06060606,0x06060606,0x06060606,0x06060606,0x06060606,0x03030303,0x03030303,
0x02020203,0x03030202,0x02020205,0x03050202,0x02020205,0x03050202,0x02020205,0x02050202,
0x02020205,0x02050202,0x02020205,0x03050202,0x02020205,0x03020202,0x02020203,0x03030202,
};
//}}BLOCK(paddle)
//{{BLOCK(paletteShared)
//======================================================================
//
// paletteShared, 16x16@8,
// + palette 7 entries, not compressed
// Total size: 14 = 14
//
// Time-stamp: 2018-08-08, 13:34:09
// Exported by Cearn's GBA Image Transmogrifier, v0.8.6
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
const unsigned short paletteSharedPal[8] __attribute__((aligned(4)))=
{
0x0B50,0x0000,0x00BB,0x7FFF,0x1E7F,0x7FFF,0x39CE,
};
//}}BLOCK(paletteShared)
#endif //GBA_SPRITE_ENGINE_PROJECT_SPRITEDATA_H