tfv: add summon

would be helpful if transparent color was grey2 rather than black

but too late for that... or is it?
This commit is contained in:
Vince Weaver 2018-07-08 23:59:30 -04:00
parent 93586d0c04
commit 91cddd4a05
2 changed files with 19 additions and 0 deletions

View File

@ -310,6 +310,23 @@ unsigned char evil_penguin[]={
0x00,0x00,0x00,0xcc,0xc0,0x00,0x00,0x00,0x00,
};
/* Summons */
unsigned char metrocat[]={
0xb,0x9,
0x88,0x80,0x00,0x00,0x00,0x50,0x00,0x00,0x00,0x80,0x88,
0x88,0x58,0x55,0x88,0x55,0x55,0x55,0x88,0x55,0x58,0x88,
0x58,0x55,0x55,0x55,0x88,0x55,0x88,0x55,0x55,0x55,0x58,
0x58,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x58,
0x88,0xcc,0x88,0xcc,0x55,0x75,0x55,0xcc,0x88,0xcc,0x88,
0x85,0x55,0x55,0x55,0x55,0x77,0x55,0x55,0x55,0x55,0x85,
0x88,0x55,0x85,0x55,0xb5,0xb7,0xb5,0x55,0x85,0x55,0x88,
0x00,0x55,0x55,0xf5,0xff,0x8b,0xff,0xf5,0x55,0x55,0x00,
0x00,0x00,0x05,0x57,0xf8,0xf7,0xf8,0x57,0x05,0x00,0x00,
};
/***********************/
/* Background Features */
/***********************/

View File

@ -35,6 +35,8 @@ extern unsigned char procrastinon[];
extern unsigned char ice_fish[];
extern unsigned char evil_penguin[];
/* summons */
extern unsigned char metrocat[];
/* ground scatter */
extern unsigned char palm_tree[];