Unused variables removed

This commit is contained in:
Pecusx
2023-10-04 22:49:38 +02:00
parent 54ecb386b7
commit a5b78161a1
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -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
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-5
View File
@@ -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