Meteors as compilation option

This commit is contained in:
Pecusx
2023-09-09 20:34:49 +02:00
parent 4489f1ef32
commit 9f9bf04cda
4 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -143,7 +143,7 @@ lab2
; ------- RMT -------
SkipRMTVBL
; ------ meteors ------ start
.IF TARGET = 5200 .OR CART_VERSION = 1
.IF METEORS = 1
ldx #0
bit Mcounter
bpl MeteorOnSky
@@ -287,7 +287,7 @@ exit
rti
.ENDIF
; ------ meteors plot/flight subroutine ------ start
.IF TARGET = 5200 .OR CART_VERSION = 1
.IF METEORS = 1
GoMplot
lda Mpoint1Y,x
cmp #64