Created
December 21, 2016 00:35
-
-
Save ahirschberg/2b3f5732047a683ce111e3018156b558 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Exported with nin10kit v1.3 | |
* Time-stamp: Tuesday 12/20/2016, 19:24:41 | |
* | |
* Image Information | |
* ----------------- | |
* /home/alex/projects/cool_game/assets/projectile_sprites.png 8@32 | |
* | |
* Quote/Fortune of the Day! | |
* ------------------------- | |
* | |
* All bug reports / feature requests are to be sent to Brandon ([email protected]) | |
*/ | |
#include "nin10kitprojectile.h" | |
const unsigned short nin10kitprojectile_palette[256] = | |
{ | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x7fff,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000 | |
}; | |
const unsigned short nin10kitprojectile[64] = | |
{ | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000 | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//{{BLOCK(projectile_sprites) | |
//====================================================================== | |
// | |
// projectile_sprites, 8x32@4, | |
// + palette 256 entries, not compressed | |
// + 4 tiles not compressed | |
// Total size: 512 + 128 = 640 | |
// | |
// Time-stamp: 2016-12-20, 19:14:36 | |
// Exported by Cearn's GBA Image Transmogrifier, v0.8.6 | |
// ( http://www.coranac.com/projects/#grit ) | |
// | |
//====================================================================== | |
const unsigned int projectile_spritesTiles[32] __attribute__((aligned(4)))= | |
{ | |
0x00000000,0x00000000,0x00011000,0x00111100,0x00111100,0x00011000,0x00000000,0x00000000, | |
0x00000000,0x00000000,0x00011100,0x00111110,0x00111110,0x00011100,0x00000000,0x00000000, | |
0x00000000,0x00000000,0x00011110,0x00111101,0x00111101,0x00011110,0x00000000,0x00000000, | |
0x00000000,0x00000000,0x00011001,0x00111100,0x00111100,0x00011001,0x00000000,0x00000000, | |
}; | |
const unsigned short projectile_spritesPal[256] __attribute__((aligned(4)))= | |
{ | |
0x7FFF,0x7FFF,0x4211,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000, | |
}; | |
//}}BLOCK(projectile_sprites) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment