mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
LDA/TAY -> LDY opty
This commit is contained in:
+1
-2
@@ -16,8 +16,7 @@ unPlotAfterX
|
||||
lda oldplotH,x
|
||||
sta oldplot+1
|
||||
|
||||
lda oldply,x
|
||||
tay
|
||||
ldy oldply,x
|
||||
lda oldora,x
|
||||
sta (oldplot),y
|
||||
|
||||
|
||||
+3
-6
@@ -1114,12 +1114,10 @@ LastNameChar
|
||||
CheckKeys
|
||||
jsr HighlightLevel ; setting choosen level of the opponent (Moron, etc)
|
||||
ldx TankNr
|
||||
lda JoyNumber,x
|
||||
tay
|
||||
ldy JoyNumber,x
|
||||
lda digits+1,y
|
||||
sta NameScreen2+11 ; display joystick port number
|
||||
lda TankShape,x
|
||||
tay
|
||||
ldy TankShape,x
|
||||
lda digits+1,y
|
||||
sta NameScreen2+15 ; display tank shape number
|
||||
jsr CursorDisplay
|
||||
@@ -1626,8 +1624,7 @@ NextChar
|
||||
mva #0 displayposition ; overwrite first digit
|
||||
; put AI symbol or joystick
|
||||
ldx TankNr
|
||||
lda SkillTable,x
|
||||
tay
|
||||
ldy SkillTable,x
|
||||
bne ThisIsAI
|
||||
ldy JoyNumber,x
|
||||
iny ; tricky
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user