mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Smol fix
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
.IF *>0 ;this is a trick that prevents compiling this file alone
|
||||||
|
|
||||||
; @com.wudsn.ide.asm.mainsourcefile=scorch.asm
|
; @com.wudsn.ide.asm.mainsourcefile=scorch.asm
|
||||||
|
|
||||||
; artificial intelligence of tanks goes here!
|
; artificial intelligence of tanks goes here!
|
||||||
@@ -1071,4 +1073,6 @@ YisLower
|
|||||||
lda LowResDistances,x
|
lda LowResDistances,x
|
||||||
sbc LowResDistances,y
|
sbc LowResDistances,y
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
|
||||||
|
.ENDIF
|
||||||
+3
-1
@@ -645,9 +645,11 @@ CreditsStart
|
|||||||
dta d"brad-colbert, archon800, nowy80,"^
|
dta d"brad-colbert, archon800, nowy80,"^
|
||||||
dta d"Shaggy the Atarian, RetroBorsuk, ZPH"
|
dta d"Shaggy the Atarian, RetroBorsuk, ZPH"
|
||||||
.IF TARGET = 800
|
.IF TARGET = 800
|
||||||
dta d" "*
|
|
||||||
.IF CART_VERSION = 0
|
.IF CART_VERSION = 0
|
||||||
|
dta d","*
|
||||||
dta d"Krzysztof 'Kaz' Ziembik"^
|
dta d"Krzysztof 'Kaz' Ziembik"^
|
||||||
|
.ELSE
|
||||||
|
dta d" "*
|
||||||
.ENDIF
|
.ENDIF
|
||||||
.ELIF TARGET = 5200
|
.ELIF TARGET = 5200
|
||||||
dta d","*
|
dta d","*
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user