diff --git a/constants.asm b/constants.asm index 5091d2d..b39a05f 100644 --- a/constants.asm +++ b/constants.asm @@ -392,7 +392,7 @@ PurchaseMeTable ;weapons good to be purchased by the robot .by %01111111 ; "Napalm ","Hot Napalm ","Tracer ","Smoke Tracer " ; "Baby Roller ","Roller ","Heavy Roller ","Riot Charge " - .by %11011100 + .by %11001110 ; "Riot Blast ","Riot Bomb ","Heavy Riot Bomb ","Digger " ; "Heavy Digger ","Sandhog ","Heavy Sandhog ","Dirt Clod " .by %00000000 diff --git a/scorch.bin b/scorch.bin index d80af21..99589ba 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index 11abf53..e1fe4d7 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/scorchC64.prg b/scorchC64.prg index a925e59..b1c0373 100644 Binary files a/scorchC64.prg and b/scorchC64.prg differ