mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-14 13:33:48 +00:00
tfv: add some more sprites
This commit is contained in:
parent
cc9df1ad17
commit
28b6e90343
@ -1,3 +1,4 @@
|
||||
/* TFV Sprites */
|
||||
static unsigned char tfv_stand_right[]={
|
||||
0x4,0x6,
|
||||
0x00,0xDD,0xBD,0x00,
|
||||
@ -45,6 +46,16 @@ static unsigned char tfv_led_sword[]={
|
||||
0x00,0x00,0x11,0x01,0x10,
|
||||
};
|
||||
|
||||
|
||||
/* Bird Sprites */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Ship Sprites */
|
||||
|
||||
|
||||
#if 0
|
||||
static unsigned char test_sprite[]={
|
||||
0x8,0x4,
|
||||
@ -88,3 +99,55 @@ static unsigned char killer_crab[]={
|
||||
0x44,0x00,0x40,0x04,0x00,0x04,0x40,0x00,0x44,
|
||||
};
|
||||
|
||||
/* Procrastinon */
|
||||
|
||||
/***********************/
|
||||
/* Background Features */
|
||||
/***********************/
|
||||
|
||||
|
||||
/* Palm Tree */
|
||||
static unsigned palm_tree[]={
|
||||
0x08,0x07,
|
||||
0x00,0x00,0x00,0x00,0x00,0x40,0x04,0x40,
|
||||
0x00,0x40,0x04,0x44,0x84,0x40,0x00,0x00,
|
||||
0x04,0x00,0x40,0x05,0x88,0x00,0x04,0x40,
|
||||
0x00,0x44,0x00,0x00,0x08,0x80,0x00,0x00,
|
||||
0x00,0x00,0x00,0x00,0x00,0x88,0x00,0x00,
|
||||
0x00,0x00,0x00,0x00,0x80,0x08,0x00,0x00,
|
||||
0x00,0x00,0x00,0x00,0x88,0x00,0x00,0x00,
|
||||
};
|
||||
|
||||
/* Pine Tree */
|
||||
static unsigned pine_tree[]={
|
||||
0x07,0x06,
|
||||
0x00,0x00,0x00,0x44,0x00,0x00,0x00,
|
||||
0x00,0x00,0x00,0x44,0x00,0x00,0x00,
|
||||
0x00,0x00,0x44,0x44,0x44,0x00,0x00,
|
||||
0x00,0x04,0x44,0x44,0x44,0x04,0x00,
|
||||
0x04,0x04,0x04,0x84,0x04,0x04,0x04,
|
||||
0x00,0x00,0x00,0x88,0x00,0x00,0x00,
|
||||
};
|
||||
|
||||
/* Snowy Tree */
|
||||
static unsigned snowy_tree[]={
|
||||
0x07,0x06,
|
||||
0x00,0x00,0x00,0x77,0x00,0x00,0x00,
|
||||
0x00,0x00,0x00,0x77,0x00,0x00,0x00,
|
||||
0x00,0x00,0x77,0x44,0x44,0x00,0x00,
|
||||
0x00,0x07,0x44,0x44,0x44,0x04,0x00,
|
||||
0x07,0x04,0x04,0x84,0x04,0x04,0x04,
|
||||
0x00,0x00,0x00,0x88,0x00,0x00,0x00,
|
||||
};
|
||||
|
||||
/* Mountain */
|
||||
static unsigned mountain[]={
|
||||
0x0d,0x07,
|
||||
0x00,0x00,0x00,0x00,0x00,0x70,0x77,0x50,0x00,0x00,0x00,0x00,0x00,
|
||||
0x00,0x00,0x00,0x00,0x87,0x77,0x77,0x85,0x00,0x00,0x00,0x00,0x00,
|
||||
0x00,0x00,0x00,0x90,0x88,0x88,0x48,0x58,0x88,0x80,0x00,0x00,0x00,
|
||||
0x00,0x00,0x80,0x98,0x88,0x88,0x88,0x48,0x88,0x58,0x80,0x00,0x00,
|
||||
0x00,0x80,0x89,0x88,0x88,0x89,0x88,0x88,0x88,0x88,0x85,0x88,0x00,
|
||||
0x80,0x89,0x98,0x88,0x98,0x00,0x84,0x88,0x88,0x88,0x85,0x88,0x58,
|
||||
0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x88,0x88,0x88,0x08,0x00,0x00,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user