mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
dereming of residual spaces after weapon names
This commit is contained in:
+3
-3
@@ -2038,9 +2038,9 @@ AngleDisplay
|
||||
and #%01111111 ; remove reverse
|
||||
clearingOnly
|
||||
sta (weaponPointer),y
|
||||
; lda #0 ; clean the rest
|
||||
; iny:cpy #16 ; weapon name is max 16 chars
|
||||
; bne clearingonly
|
||||
lda #0 ; clean the rest
|
||||
iny:cpy #16 ; weapon name is max 16 chars
|
||||
bne clearingonly
|
||||
rts
|
||||
.endp
|
||||
;-------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user