An exciting survival game with random terrain by Jonne

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

Committer:
Pokitto
Date:
Wed May 02 06:48:29 2018 +0000
Revision:
9:e92847eb42bf
Parent:
8:809b1982b4ae
New pokittolib with improved volume controls & better button handling

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 8:809b1982b4ae 1 #ifndef POK_POKULOUS_H
Pokitto 8:809b1982b4ae 2 #define POK_POKULOUS_H
Pokitto 8:809b1982b4ae 3
Pokitto 8:809b1982b4ae 4 #include <stdint.h>
Pokitto 8:809b1982b4ae 5
Pokitto 8:809b1982b4ae 6 extern const uint16_t pokulous_pal[];
Pokitto 8:809b1982b4ae 7 extern const uint16_t theresgold_pal[];
Pokitto 8:809b1982b4ae 8 extern const uint16_t gameover_pal[];
Pokitto 8:809b1982b4ae 9
Pokitto 8:809b1982b4ae 10 extern const uint8_t anim_dude[];
Pokitto 8:809b1982b4ae 11 extern const uint8_t anim_sheep[];
Pokitto 8:809b1982b4ae 12 extern const uint8_t anim_wolf_sw[];
Pokitto 8:809b1982b4ae 13 extern const uint8_t anim_blue_flag1[];
Pokitto 8:809b1982b4ae 14 extern const uint8_t anim_blue_flag2[];
Pokitto 8:809b1982b4ae 15 extern const uint8_t splatter[];
Pokitto 8:809b1982b4ae 16 extern const uint8_t theresgold[];
Pokitto 8:809b1982b4ae 17 extern const uint8_t gameover[];
Pokitto 8:809b1982b4ae 18 extern const uint8_t gold[];
Pokitto 8:809b1982b4ae 19 extern const uint8_t gold2[];
Pokitto 8:809b1982b4ae 20
Pokitto 8:809b1982b4ae 21 extern const uint8_t pixelman_se_1[];
Pokitto 8:809b1982b4ae 22 extern const uint8_t pixelman_se_2[];
Pokitto 8:809b1982b4ae 23 extern const uint8_t pixelman_nw_1[];
Pokitto 8:809b1982b4ae 24 extern const uint8_t pixelman_nw_2[];
Pokitto 8:809b1982b4ae 25
Pokitto 8:809b1982b4ae 26 extern const uint8_t werewolf_se_1[];
Pokitto 8:809b1982b4ae 27 extern const uint8_t werewolf_se_2[];
Pokitto 8:809b1982b4ae 28 extern const uint8_t werewolf_nw_1[];
Pokitto 8:809b1982b4ae 29 extern const uint8_t werewolf_nw_2[];
Pokitto 8:809b1982b4ae 30
Pokitto 8:809b1982b4ae 31
Pokitto 8:809b1982b4ae 32 extern const uint8_t ter_beach_se[];
Pokitto 8:809b1982b4ae 33 extern const uint8_t ter_beach_sw[];
Pokitto 8:809b1982b4ae 34
Pokitto 8:809b1982b4ae 35 extern const uint8_t ter_bump_e[];
Pokitto 8:809b1982b4ae 36 extern const uint8_t ter_bump_n[];
Pokitto 8:809b1982b4ae 37 extern const uint8_t ter_bump_w[];
Pokitto 8:809b1982b4ae 38 extern const uint8_t ter_bump_s[];
Pokitto 8:809b1982b4ae 39
Pokitto 8:809b1982b4ae 40 extern const uint8_t ter_ditch_e[];
Pokitto 8:809b1982b4ae 41 extern const uint8_t ter_ditch_n[];
Pokitto 8:809b1982b4ae 42 extern const uint8_t ter_ditch_w[];
Pokitto 8:809b1982b4ae 43 extern const uint8_t ter_ditch_s[];
Pokitto 8:809b1982b4ae 44
Pokitto 8:809b1982b4ae 45 extern const uint8_t ter_bump_ne[];
Pokitto 8:809b1982b4ae 46 extern const uint8_t ter_bump_nw[];
Pokitto 8:809b1982b4ae 47 extern const uint8_t ter_bump_sw[];
Pokitto 8:809b1982b4ae 48 extern const uint8_t ter_bump_se[];
Pokitto 8:809b1982b4ae 49
Pokitto 8:809b1982b4ae 50 extern const uint8_t ter_earth[];
Pokitto 8:809b1982b4ae 51 extern const uint8_t ter_grain[];
Pokitto 8:809b1982b4ae 52 extern const uint8_t ter_gold[];
Pokitto 8:809b1982b4ae 53 extern const uint8_t ter_plain[];
Pokitto 8:809b1982b4ae 54 extern const uint8_t ter_hut[];
Pokitto 8:809b1982b4ae 55 extern const uint8_t ter_water1[];
Pokitto 8:809b1982b4ae 56 extern const uint8_t ter_water2[];
Pokitto 8:809b1982b4ae 57 extern const uint8_t ter_tree[];
Pokitto 8:809b1982b4ae 58 extern const uint8_t ter_stone[];
Pokitto 8:809b1982b4ae 59
Pokitto 8:809b1982b4ae 60 extern const uint8_t dirt_pillar[];
Pokitto 8:809b1982b4ae 61 extern const uint8_t pixonia[];
Pokitto 8:809b1982b4ae 62 extern const uint16_t night_palette[];
Pokitto 8:809b1982b4ae 63
Pokitto 8:809b1982b4ae 64
Pokitto 8:809b1982b4ae 65
Pokitto 8:809b1982b4ae 66 #endif // POK_POKULOUS_H
Pokitto 8:809b1982b4ae 67
Pokitto 8:809b1982b4ae 68
Pokitto 8:809b1982b4ae 69