diff options
-rw-r--r-- | DAMAGED.DAT | bin | 49 -> 49 bytes | |||
-rw-r--r-- | Makefile | 8 | ||||
-rw-r--r-- | characters | 5 | ||||
-rw-r--r-- | convfont.c | 2 | ||||
-rw-r--r-- | taifont | bin | 1024 -> 1024 bytes |
5 files changed, 10 insertions, 5 deletions
diff --git a/DAMAGED.DAT b/DAMAGED.DAT Binary files differindex 56673c0..175ea48 100644 --- a/DAMAGED.DAT +++ b/DAMAGED.DAT @@ -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 @@ -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 @@ -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 }; |