Meteors only in the cartridge version. Rounds without meteors.

This commit is contained in:
Pecusx
2023-09-04 09:25:22 +02:00
parent 08a895c7fe
commit fb0a4baaa9
6 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ AdditionalZPvariables = $20
.zpvar Mpoint1Y .byte ; meteor first point Y position
.zpvar Mcounter .byte ; meteor length counter ( $ff - no meteor on sky )
.zpvar Mpoint2Y .byte ; meteor last point Y position
.zpvar MeteorsFlag .byte ; $ff - block meteors
.zpvar MeteorsFlag .byte ; set 7th bit - block meteors
.zpvar MeteorsRound .byte ; set 7th bit - block meteors in round
FirstZpageVariable = $51