From e947bd066312e3fcaaad62914126ac9270e79fbf Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 30 Dec 2015 05:05:09 -0500 Subject: Better looking damage --- DAMAGED.DAT | Bin 49 -> 49 bytes Makefile | 8 +++++--- characters | 5 ++++- convfont.c | 2 +- taifont | Bin 1024 -> 1024 bytes 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/DAMAGED.DAT b/DAMAGED.DAT index 56673c0..175ea48 100644 Binary files a/DAMAGED.DAT and b/DAMAGED.DAT differ diff --git a/Makefile b/Makefile index 1d254e1..6eed257 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ $(XEX): taimain.xex taifont.xex title.xex title.xex: TITLE.DAT perl title.pl TITLE.DAT > title.xex -taimain.xex: taipan.c rand.s draw_lorcha.s +taimain.xex: taipan.c rand.s draw_lorcha.s taifont.xex cl65 --mapfile taipan.map -t atari -O -l -T -o taimain.xex taipan.c rand.s draw_lorcha.s timed_getch.s jsleep.s taifont.xex: convfont romfont font @@ -65,5 +65,7 @@ distclean: clean %.xex: %.c $(CC) --mapfile map $(CFLAGS) -o $@ $< -lorchatest.xex: lorchatest.c draw_lorcha.s lorcha_data.inc - cl65 -t atari -O -l -T -o lorchatest.xex lorchatest.c draw_lorcha.s +lorchatest: lorchatest.c draw_lorcha.s taifont.xex + cl65 -t atari -O -l -T -o lorchatest1.xex lorchatest.c draw_lorcha.s + cat taifont.xex lorchatest1.xex > lorchatest.xex + atari800 -nobasic lorchatest.xex diff --git a/characters b/characters index 9525010..ffd0c67 100644 --- a/characters +++ b/characters @@ -81,5 +81,8 @@ O, 7f, c0 c0 f0 e0 20 32 3c f1 P, 46 (doesn't show damage) Q, 47 (doesn't show damage) The 4 X's across the bottom are the -upper left and lower right 1/4 blocks, 4c 49 4c 49 +upper left 1/4 block: cc +inverse ': 87 +upper left 1/4 block: cc +inverse .: 8e diff --git a/convfont.c b/convfont.c index 39c7a97..d437085 100644 --- a/convfont.c +++ b/convfont.c @@ -97,7 +97,7 @@ char damaged_shipshape[] = { 0x00, 0x00, 0x5e, 0xd4, 0x00, 0x5f, 0x1e, 0x00, 0x00, 0x5e, 0xd4, 0x00, 0x5f, 0x60, 0x00, 0x7d, 0x7e, 0x7c, 0x7e, 0x7e, 0x7f, - 0x00, 0x46, 0xcc, 0xc9, 0xcc, 0xc9, 0x47, + 0x00, 0x46, 0xcc, 0x87, 0xcc, 0x8e, 0x47, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/taifont b/taifont index 2da7e59..8010d0b 100644 Binary files a/taifont and b/taifont differ -- cgit v1.2.3