From ccd30e37006c68d4edeee8fe9985766c645766f1 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Tue, 30 Jan 2024 10:41:28 +0100 Subject: [PATCH] Better place for propaganda! --- constants.asm | 82 ++++++++++++++++++++++++------------------------ definitions.asm | 40 +++++++++++------------ scorch.bin | Bin 32768 -> 32768 bytes scorch.xex | Bin 32724 -> 32724 bytes scorchC64.prg | Bin 39888 -> 39888 bytes weapons.asm | 20 ++++++------ 6 files changed, 71 insertions(+), 71 deletions(-) diff --git a/constants.asm b/constants.asm index 34d6933..5091d2d 100644 --- a/constants.asm +++ b/constants.asm @@ -250,7 +250,6 @@ WeaponPriceH ; weapons prices (tables with prices of weapons) .by >price_Riot_Blast .by >price_Riot_Bomb .by >price_Heavy_Riot_Bomb - .by >price_Propaganda .by >price_Digger .by >price_Heavy_Digger .by >price_Sandhog @@ -260,6 +259,7 @@ WeaponPriceH ; weapons prices (tables with prices of weapons) .by >price_Ton_of_Dirt .by >price_Liquid_Dirt .by >price_Dirt_Charge + .by >price_Propaganda .by >price_Punch .by >price_Buy_me .by >price_Laser @@ -299,7 +299,6 @@ WeaponPriceL .by ?##Gd4<$H z4q*{dF>wh=sm*=T6)Gavo4lJ7nlqYnntfUVT0&Y@v^2GBmU6fz%P2GXW2_F4l#8=r Ll-(R1w^R`Tbj~p^ diff --git a/scorch.xex b/scorch.xex index 4265e9db1bec64194bf364e708c65721c247aee1..11abf537fb66e1a35bb89a1a96fba97abd5cb73f 100644 GIT binary patch delta 161 zcmccepYh6n#tru+m>C%vCO?u;v#JrS;lNU+d z!r{zG)td{ppo68-p$ude$_KVX2lGSlG Mj53>d#K|ZE0GAmv`2YX_ delta 161 zcmccepYh6n#tru+m>C!uCqI%<<9fB>{QmnHO{=}aCksic$+NIB0U%#4f-lT9MjxHg>Me?OyXwO9D7$te+P@~lii$jr#X#KOeL%E-*b z%mhTtj7*G7OiV2GcP6ilkmU*q4UdS7icY8wo_rzV;N;nnkz58v`2~sTiFqjxCx3~& z#~~vuA}S^>A-VZh)IKqhJ2f9`e%Ac0xm)|N_GztUop4=7&E_?QXJr|sCs+0B0LkV3 NHjFZxpY*@s1^^``IcER> delta 161 zcmcbxo$11MrVWM>%nXc-lT9MjxL$2IzyE$l(`v8q$te+P@+_=OK*-F^(Dt!15X-R3ogXJr{>CRg?A0LkV3 NHjJ{HpY*@s1^^a0IZyxq diff --git a/weapons.asm b/weapons.asm index fef5feb..922c255 100644 --- a/weapons.asm +++ b/weapons.asm @@ -41,16 +41,16 @@ ExplosionRoutines .word riotblast-1 ;Riot_Blast ;_16 .word riotbomb-1 ;Riot_Bomb ;_17 .word heavyriotbomb-1 ;Heavy_Riot_Bomb;_18 - .word propaganda-1 ;Propaganda ;_19 - .word digger-1 ;Digger ;_20 - .word heavydigger-1 ;Heavy_Digger ;_21 - .word sandhog-1 ;Sandhog ;_22 - .word heavysandhog-1 ;Heavy_Sandhog ;_23 - .word dirtclod-1 ;Dirt_Clod ;_24 - .word dirtball-1 ;Dirt_Ball ;_25 - .word tonofdirt-1 ;Ton_of_Dirt ;_26 - .word liquiddirt-1 ;Liquid_Dirt ;_27 - .word dirtcharge-1 ;Dirt_Charge ;_28 + .word digger-1 ;Digger ;_19 + .word heavydigger-1 ;Heavy_Digger ;_20 + .word sandhog-1 ;Sandhog ;_21 + .word heavysandhog-1 ;Heavy_Sandhog ;_22 + .word dirtclod-1 ;Dirt_Clod ;_23 + .word dirtball-1 ;Dirt_Ball ;_24 + .word tonofdirt-1 ;Ton_of_Dirt ;_25 + .word liquiddirt-1 ;Liquid_Dirt ;_26 + .word dirtcharge-1 ;Dirt_Charge ;_27 + .word propaganda-1 ;Propaganda ;_28 .word punch-1 ;Baby_Sandhog ;_29 .word BFG-1 ;Buy_me ;_30 .word laser-1 ;Laser ;_31