Black Hole added :)

This commit is contained in:
Pecusx
2023-10-03 10:03:53 +02:00
parent e4bf9e077f
commit 58170eea81
10 changed files with 32 additions and 9 deletions
+9
View File
@@ -150,6 +150,13 @@ NotGravity
sta RandomMountains
rts
NoMountains
cmp #$08
bne NoBlackHole
lda BlackHole
eor #$5d ; cursor down character
sta BlackHole
rts
NoBlackHole
ldy GradientNr
iny
cpy #$03
@@ -170,6 +177,8 @@ NoGradientLoop
.proc OptionsInversion
; Additional option symbols
lda BlackHole
sta OptionsHere+328
lda RandomMountains
sta OptionsHere+288
lda WindChangeInRound