diff --git a/definitions.asm b/definitions.asm index 5ca715d..2049a3e 100644 --- a/definitions.asm +++ b/definitions.asm @@ -39,7 +39,7 @@ price_Heavy_Sandhog__ = 305 ;_24 price_Dirt_Clod______ = 104 ;_25 price_Dirt_Ball______ = 130 ;_26 price_Ton_of_Dirt____ = 171 ;_27 -price_Liquid_Dirt____ = 530 ;_28 +price_Liquid_Dirt____ = 100; 530 ;_28 price_Dirt_Charge____ = 581 ;_29 price_Earth_Disrupter = 0 ;430 ;_30 price_Plasma_Blast___ = 0 ;274 ;_31 diff --git a/scorch.xex b/scorch.xex index f620a76..403f6fc 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index 6f7f345..fd6658c 100755 --- a/weapons.asm +++ b/weapons.asm @@ -855,7 +855,7 @@ EndOfTheDirt ; ---------------- .proc liquiddirt ; mva xdraw TempXfill - mva #200 FillCounter + mva #254 FillCounter RepeatFill mva TempXfill xdraw jsr checkRollDirection @@ -885,7 +885,8 @@ UpNotYet2 lda HowMuchToFall cmp #1 beq HowMuchToFallRight3 -.nowarn dew xdraw +.nowarn + dew xdraw lda xdraw bne RollinContinuesLiquid lda xdraw+1