diff --git a/artwork/tanksv4.fnt b/artwork/tanksv4.fnt new file mode 100644 index 0000000..2efa689 Binary files /dev/null and b/artwork/tanksv4.fnt differ diff --git a/scorch.asm b/scorch.asm index 68b3235..c01a24c 100644 --- a/scorch.asm +++ b/scorch.asm @@ -15,7 +15,7 @@ ;--------------------------------------------------- .macro build - dta d"1.21" ; number of this build (4 bytes) + dta d"1.22" ; number of this build (4 bytes) .endm .macro RMTSong @@ -1977,7 +1977,7 @@ noingame icl 'artwork/talk.asm' ;---------------------------------------------- TankFont - ins 'artwork/tanksv3.fnt',+0,384 ; 48 characters only + ins 'artwork/tanksv4.fnt',+0,384 ; 48 characters only ;---------------------------------------------- font4x4 ins 'artwork/font4x4s.bmp',+62 diff --git a/scorch.bin b/scorch.bin index 24d5a73..253e9f1 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 34efa54..63de6f1 100644 Binary files a/scorch.xex and b/scorch.xex differ