mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
smalls and #13
This commit is contained in:
+7
-9
@@ -247,12 +247,9 @@ AfterManualPurchase
|
||||
|
||||
; there is a tank (player) number in tanknr
|
||||
; we are displaying name of the player
|
||||
|
||||
tay ; from 0 to y
|
||||
tay ; 0 to y
|
||||
lda tanknr
|
||||
asl
|
||||
asl
|
||||
asl ; 8 chars per name
|
||||
:3 asl ; 8 chars per name
|
||||
tax
|
||||
NextChar03
|
||||
lda tanksnames,x
|
||||
@@ -562,16 +559,17 @@ ChoosingItemForPurchase
|
||||
cmp #$2c ; Tab
|
||||
jeq ListChange
|
||||
cmp #$0c ; Return
|
||||
beq EndOfPurchase
|
||||
sne:rts
|
||||
cmp #$e
|
||||
beq PurchaseKeyUp
|
||||
cmp #$f
|
||||
beq PurchaseKeyDown
|
||||
cmp #$21 ; Space
|
||||
jeq PurchaseWeaponNow
|
||||
cmp #$07 ; cursor right
|
||||
jeq PurchaseWeaponNow
|
||||
bne ChoosingItemForPurchase
|
||||
jmp PurchaseWeaponNow
|
||||
EndOfPurchase
|
||||
rts
|
||||
|
||||
PurchaseKeyUp
|
||||
lda WhichList
|
||||
beq GoUp1
|
||||
|
||||
Reference in New Issue
Block a user