mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Meteors only in the cartridge version. Rounds without meteors.
This commit is contained in:
@@ -143,6 +143,7 @@ lab2
|
||||
; ------- RMT -------
|
||||
SkipRMTVBL
|
||||
; ------ meteors ------ start
|
||||
.IF TARGET = 5200 .OR CART_VERSION = 1
|
||||
ldx #0
|
||||
bit Mcounter
|
||||
bpl MeteorOnSky
|
||||
@@ -180,6 +181,7 @@ GoSecondPlot
|
||||
jsr GoMplot2
|
||||
SkipSecondPlot
|
||||
SkipMeteors
|
||||
.ENDIF
|
||||
; ------ meteors ------ end
|
||||
bit ScrollFlag
|
||||
bpl EndOfCreditsVBI
|
||||
|
||||
Reference in New Issue
Block a user