tfv: add last of magic sprites

This commit is contained in:
Vince Weaver 2018-07-09 00:06:54 -04:00
parent 91cddd4a05
commit 2f69a768d5
3 changed files with 20 additions and 4 deletions

View File

@ -19,6 +19,8 @@ Soon:
+ Riding animals
+ End sequence
+ Make transparent color grey2 rather than black
Credits:
+ Running on bird. Stars and words in sky, mountain
+ Scrolling trees?

View File

@ -527,9 +527,23 @@ unsigned char magic_ice[]={
0x00,0x0d,0x99,0x99,0x0d,
};
//unsigned char magic_bolt[]={
//};
unsigned char magic_bolt[]={
0x5,0x6,
0x55,0x55,0x55,0x55,0x55,
0x00,0x00,0xc0,0x0c,0x00,
0x00,0x00,0x0c,0xc0,0x00,
0x00,0x00,0x0c,0xc0,0x00,
0xc0,0xc0,0x00,0xcc,0x00,
0x09,0x0c,0x00,0x09,0x00,
};
//unsigned char magic_malaise[]={
//};
unsigned char magic_malaise[]={
0x5,0x6,
0x00,0x50,0x50,0x50,0x00,
0x55,0x52,0x55,0x52,0x55,
0x55,0x55,0x52,0x55,0x55,
0x05,0x22,0x52,0x22,0x05,
0x00,0x05,0x05,0x05,0x00,
0x00,0x00,0x00,0x00,0x00,
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB