build 133

This commit is contained in:
2022-04-03 18:10:47 -04:00
parent d343426b63
commit 73c0b86b90
7 changed files with 118 additions and 98 deletions
+1 -1
View File
@@ -674,7 +674,7 @@ NoMissile
; calculate start position of the tank
lda ydraw
clc
adc #$25 ; P/M to graphics offset
adc #PMOffset
sta temp
; clear sprite and put 3 lines on the tank at the same time
ldy #$00