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
|
lda oldplotH,x
|
||||||
sta oldplot+1
|
sta oldplot+1
|
||||||
|
|
||||||
lda oldply,x
|
ldy oldply,x
|
||||||
tay
|
|
||||||
lda oldora,x
|
lda oldora,x
|
||||||
sta (oldplot),y
|
sta (oldplot),y
|
||||||
|
|
||||||
|
|||||||
+3
-6
@@ -1114,12 +1114,10 @@ LastNameChar
|
|||||||
CheckKeys
|
CheckKeys
|
||||||
jsr HighlightLevel ; setting choosen level of the opponent (Moron, etc)
|
jsr HighlightLevel ; setting choosen level of the opponent (Moron, etc)
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
lda JoyNumber,x
|
ldy JoyNumber,x
|
||||||
tay
|
|
||||||
lda digits+1,y
|
lda digits+1,y
|
||||||
sta NameScreen2+11 ; display joystick port number
|
sta NameScreen2+11 ; display joystick port number
|
||||||
lda TankShape,x
|
ldy TankShape,x
|
||||||
tay
|
|
||||||
lda digits+1,y
|
lda digits+1,y
|
||||||
sta NameScreen2+15 ; display tank shape number
|
sta NameScreen2+15 ; display tank shape number
|
||||||
jsr CursorDisplay
|
jsr CursorDisplay
|
||||||
@@ -1626,8 +1624,7 @@ NextChar
|
|||||||
mva #0 displayposition ; overwrite first digit
|
mva #0 displayposition ; overwrite first digit
|
||||||
; put AI symbol or joystick
|
; put AI symbol or joystick
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
lda SkillTable,x
|
ldy SkillTable,x
|
||||||
tay
|
|
||||||
bne ThisIsAI
|
bne ThisIsAI
|
||||||
ldy JoyNumber,x
|
ldy JoyNumber,x
|
||||||
iny ; tricky
|
iny ; tricky
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user