mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Unused variables removed
This commit is contained in:
@@ -223,7 +223,6 @@ MinCalculated
|
|||||||
lda #screenheight
|
lda #screenheight
|
||||||
sec
|
sec
|
||||||
sbc ydraw
|
sbc ydraw
|
||||||
sta tempbyte01
|
|
||||||
jsr plot.MakePlot
|
jsr plot.MakePlot
|
||||||
; X - index in bittable (number of bit) and nothing more (for use) in C64 :)
|
; X - index in bittable (number of bit) and nothing more (for use) in C64 :)
|
||||||
; jmp IntoDraw ; jumps inside Draw routine
|
; jmp IntoDraw ; jumps inside Draw routine
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -100,8 +100,6 @@ LASTeXistenZ ; eXistenZ before shoot
|
|||||||
|
|
||||||
ResultsTable ;the results in the gameeeeee
|
ResultsTable ;the results in the gameeeeee
|
||||||
.DS MaxPlayers
|
.DS MaxPlayers
|
||||||
TempResults
|
|
||||||
.DS MaxPlayers
|
|
||||||
DirectHits
|
DirectHits
|
||||||
.DS MaxPlayers
|
.DS MaxPlayers
|
||||||
EarnedMoneyH
|
EarnedMoneyH
|
||||||
@@ -272,7 +270,6 @@ char1 .DS [8]
|
|||||||
char2 .DS [8]
|
char2 .DS [8]
|
||||||
;color .DS 1
|
;color .DS 1
|
||||||
ybit .DS 1
|
ybit .DS 1
|
||||||
tempbyte01 .DS 1
|
|
||||||
;delta .DS 2
|
;delta .DS 2
|
||||||
yfloat .DS 2
|
yfloat .DS 2
|
||||||
deltaX .DS 1
|
deltaX .DS 1
|
||||||
@@ -378,8 +375,6 @@ previousAngle
|
|||||||
.DS MaxPlayers
|
.DS MaxPlayers
|
||||||
previousEnergyL
|
previousEnergyL
|
||||||
.DS MaxPlayers
|
.DS MaxPlayers
|
||||||
previousLeftRange
|
|
||||||
.DS MaxPlayers
|
|
||||||
previousEnergyH
|
previousEnergyH
|
||||||
.DS MaxPlayers
|
.DS MaxPlayers
|
||||||
RandBoundaryLow
|
RandBoundaryLow
|
||||||
|
|||||||
Reference in New Issue
Block a user