mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
white flag #62
This commit is contained in:
+4
-4
@@ -612,7 +612,7 @@ WeaponPriceH ; weapons prices (tables with prices of weapons)
|
|||||||
.by >price_Auto_Defense___
|
.by >price_Auto_Defense___
|
||||||
.by >price_Fuel_Tank______
|
.by >price_Fuel_Tank______
|
||||||
.by >price_Contact_Trigger
|
.by >price_Contact_Trigger
|
||||||
.by >price______________63
|
.by >price_White_Flag_____
|
||||||
|
|
||||||
WeaponPriceL
|
WeaponPriceL
|
||||||
.by <price_Baby_Missile___
|
.by <price_Baby_Missile___
|
||||||
@@ -678,7 +678,7 @@ WeaponPriceL
|
|||||||
.by <price_Auto_Defense___
|
.by <price_Auto_Defense___
|
||||||
.by <price_Fuel_Tank______
|
.by <price_Fuel_Tank______
|
||||||
.by <price_Contact_Trigger
|
.by <price_Contact_Trigger
|
||||||
.by <price______________63
|
.by <price_White_Flag_____
|
||||||
|
|
||||||
;-------------------------------------------------
|
;-------------------------------------------------
|
||||||
; how many units (bulletd) of a given weapon we get for a given price
|
; how many units (bulletd) of a given weapon we get for a given price
|
||||||
@@ -750,7 +750,7 @@ WeaponUnits
|
|||||||
.by 1 ;Auto_Defense___
|
.by 1 ;Auto_Defense___
|
||||||
.by 10 ;Fuel_Tank______
|
.by 10 ;Fuel_Tank______
|
||||||
.by 25 ;Contact_Trigger
|
.by 25 ;Contact_Trigger
|
||||||
.by 0 ;_____________63
|
.by 1 ;_____________63
|
||||||
|
|
||||||
PurchaseMeTable ;weapons good to be purchased by the robot
|
PurchaseMeTable ;weapons good to be purchased by the robot
|
||||||
;the comment is an index in the tables
|
;the comment is an index in the tables
|
||||||
@@ -882,7 +882,7 @@ NamesOfWeapons ;the comment is an index in the tables
|
|||||||
dta d"Auto Defense " ; 60
|
dta d"Auto Defense " ; 60
|
||||||
dta d"Fuel Tank " ; 61
|
dta d"Fuel Tank " ; 61
|
||||||
dta d"Contact Trigger " ; 62
|
dta d"Contact Trigger " ; 62
|
||||||
dta d"----------------" ; 63
|
dta d"White Flag " ; 63
|
||||||
weaponsOfDeath
|
weaponsOfDeath
|
||||||
dta 0,1,2,3,7,8,9,15,16,17,18,19,20,21,22,23,24,25,26,27
|
dta 0,1,2,3,7,8,9,15,16,17,18,19,20,21,22,23,24,25,26,27
|
||||||
joyToKeyTable
|
joyToKeyTable
|
||||||
|
|||||||
+1
-1
@@ -74,7 +74,7 @@ price_Super_Mag______ = $ffff ;_59
|
|||||||
price_Auto_Defense___ = $ffff ;_60
|
price_Auto_Defense___ = $ffff ;_60
|
||||||
price_Fuel_Tank______ = $ffff ;_61
|
price_Fuel_Tank______ = $ffff ;_61
|
||||||
price_Contact_Trigger = $ffff ;_62
|
price_Contact_Trigger = $ffff ;_62
|
||||||
price______________63 = $ffff
|
price_White_Flag_____ = $0 ;_63
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
; names of RMT instruments (sfx)
|
; names of RMT instruments (sfx)
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|||||||
+1
-1
@@ -664,7 +664,7 @@ MetodOfDeath
|
|||||||
tay
|
tay
|
||||||
lda weaponsOfDeath,y
|
lda weaponsOfDeath,y
|
||||||
jsr ExplosionDirect
|
jsr ExplosionDirect
|
||||||
mva #$15 sfx_effect
|
mva #sfx_silencer sfx_effect
|
||||||
|
|
||||||
|
|
||||||
; jump to after explosion routines (soil fallout, etc.)
|
; jump to after explosion routines (soil fallout, etc.)
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user