This commit is contained in:
Pecusx
2023-08-10 14:11:54 +02:00
parent 9a30c55fcb
commit 2713b5e9c9
3 changed files with 8 additions and 2 deletions
+5 -1
View File
@@ -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
View File
@@ -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
View File
Binary file not shown.