From 28b6e9034399f27ea300dbbdf48b5ffba340dcc9 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 24 Jul 2017 00:38:21 -0400 Subject: [PATCH] tfv: add some more sprites --- gr-sim/tfv_sprites.h | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/gr-sim/tfv_sprites.h b/gr-sim/tfv_sprites.h index 3f9b08e2..e94e607c 100644 --- a/gr-sim/tfv_sprites.h +++ b/gr-sim/tfv_sprites.h @@ -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, +};