diff --git a/artwork/weapons_AW5.fnt b/artwork/weapons_AW5_mod.fnt similarity index 68% rename from artwork/weapons_AW5.fnt rename to artwork/weapons_AW5_mod.fnt index 6beb32f..8aa58be 100644 Binary files a/artwork/weapons_AW5.fnt and b/artwork/weapons_AW5_mod.fnt differ diff --git a/constants.asm b/constants.asm index a8cd5ff..65a464d 100644 --- a/constants.asm +++ b/constants.asm @@ -811,8 +811,8 @@ WeaponSymbols .by $58,$59,$5a,$5b,$60,$7b,$7c,$7d .by $20,$00,$00,$00,$00,$00,$00,$00 .by $00,$00,$00,$00,$00,$00,$00,$00 - .by $00,$02,$03,$06,$1d,$0a,$1b,$1c ; defensives - .by $1e,$3b,$3c,$3d,$3e,$3f,$5e,$5f + .by $5f,$02,$03,$06,$1d,$0a,$1b,$1c ; defensives + .by $1e,$3b,$3c,$3d,$3e,$3f,$5e,$00 ; Names of weapons (16 chars long) NamesOfWeapons ;the comment is an index in the tables diff --git a/scorch.asm b/scorch.asm index 1e5864b..5341231 100644 --- a/scorch.asm +++ b/scorch.asm @@ -103,7 +103,7 @@ ;Game loading address ORG $3000 WeaponFont - ins 'artwork/weapons_AW5.fnt' ; 'artwork/weapons.fnt' + ins 'artwork/weapons_AW5_mod.fnt' ; 'artwork/weapons.fnt' ;----------------------------------------------- ;Screen displays go here to avoid crossing 4kb barrier ;----------------------------------------------- diff --git a/scorch.xex b/scorch.xex index 2a1684b..968ab5f 100644 Binary files a/scorch.xex and b/scorch.xex differ