diff --git a/Atari/textproc.asm b/Atari/textproc.asm index bccfbaa..6036644 100644 --- a/Atari/textproc.asm +++ b/Atari/textproc.asm @@ -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 ;------------------------------------------------- diff --git a/scorch.xex b/scorch.xex index 32c7087..c2c56cc 100644 Binary files a/scorch.xex and b/scorch.xex differ