Other clouds

This commit is contained in:
Pecusx
2024-08-13 22:57:52 +02:00
parent afb8fc44ff
commit e919d17c25
3 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -312,9 +312,10 @@ SwapLoop
ldy #7 ldy #7
@ lda font1+$2e0,y ; cloud symbol ($5c) @ lda font1+$2e0,y ; cloud symbol ($5c)
sta PMgraph+$400+$78,y sta PMgraph+$400+$78,y
sta PMgraph+$500+$80,y
sta PMgraph+$600+$78,y
sta PMgraph+$700+$80,y sta PMgraph+$700+$80,y
lda font1l+$2e0,y
sta PMgraph+$600+$78,y
sta PMgraph+$500+$80,y
dey dey
bpl @- bpl @-
;hide PM ;hide PM
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.