Christmas pokitto game

Dependencies:   PokittoLib

Revision:
0:8bd3f20eb4de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bear_sprites.h	Tue Dec 26 23:46:15 2017 +0000
@@ -0,0 +1,94 @@
+#include <stdint.h>
+
+//Total colors 16
+const uint16_t bear_pal[] = {
+58670,47978,29159,14662,39238,57800,64645,65324,26153,13192,6631,19248,44538,65535,12126,1082,
+};
+
+//Sprite sheet:6x1
+const uint8_t bear [][52] ={
+//[0] cell:0x0
+{
+10,10,
+204,204,204,44,204,
+204,34,34,44,204,
+204,194,210,220,60,
+204,194,16,0,204,
+204,194,16,0,204,
+204,194,34,44,204,
+204,34,17,2,204,
+193,194,33,12,12,
+204,194,34,44,204,
+204,193,204,28,204,
+},
+//[1] cell:1x0
+{
+10,10,
+204,204,204,204,204,
+204,204,194,204,204,
+204,194,34,44,204,
+204,34,210,220,204,
+204,194,16,0,60,
+204,194,17,0,204,
+204,194,34,44,204,
+193,34,17,2,12,
+204,194,33,12,204,
+204,193,204,28,204,
+},
+//[2] cell:2x0
+{
+10,10,
+204,204,194,204,204,
+204,34,34,44,204,
+204,194,210,220,60,
+204,194,16,0,204,
+204,194,17,0,204,
+204,194,34,44,204,
+204,34,17,2,204,
+193,194,33,12,12,
+204,194,34,44,204,
+204,28,204,193,204,
+},
+//[3] cell:3x0
+{
+10,10,
+204,204,204,44,204,
+204,34,34,44,204,
+204,194,210,220,60,
+204,194,16,0,204,
+204,194,17,0,204,
+204,194,34,44,204,
+193,34,17,2,204,
+204,194,33,12,12,
+204,194,34,44,204,
+204,193,204,12,204,
+},
+//[4] cell:4x0
+{
+10,10,
+204,34,34,44,204,
+204,194,210,220,60,
+204,194,16,0,204,
+204,194,17,0,204,
+204,194,34,44,204,
+193,34,17,2,12,
+204,194,33,12,204,
+204,194,18,44,204,
+204,204,194,204,204,
+204,204,192,204,204,
+},
+//[5] cell:5x0
+{
+10,10,
+204,194,34,44,204,
+204,34,210,220,204,
+204,194,16,12,60,
+204,194,17,0,204,
+193,34,34,32,204,
+204,194,17,12,204,
+204,194,33,2,12,
+204,194,32,44,204,
+204,204,44,204,204,
+204,204,28,204,204,
+},
+};