mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Better Laser visualization in Lazy Darwin
And credits, etc.
This commit is contained in:
@@ -177,7 +177,7 @@ colors
|
|||||||
.BYTE 0,14,10,6
|
.BYTE 0,14,10,6
|
||||||
|
|
||||||
MenuTitle2
|
MenuTitle2
|
||||||
dta d" Father Unknown of All Games "
|
dta d" Unknown Father of All Games "
|
||||||
MenuTitle
|
MenuTitle
|
||||||
dta d" SELECT OPTION "
|
dta d" SELECT OPTION "
|
||||||
MenuOptions
|
MenuOptions
|
||||||
|
|||||||
Binary file not shown.
@@ -67,7 +67,7 @@ FontSplash
|
|||||||
|
|
||||||
mother
|
mother
|
||||||
; dta d" The Mother of All Games "
|
; dta d" The Mother of All Games "
|
||||||
dta d" Father Unknown of All Games "
|
dta d" Unknown Father of All Games "
|
||||||
|
|
||||||
main
|
main
|
||||||
.IF CART_VERSION
|
.IF CART_VERSION
|
||||||
|
|||||||
+5
-5
@@ -639,11 +639,11 @@ CreditsStart
|
|||||||
dta d" "*
|
dta d" "*
|
||||||
dta d"Ideas, help and QA"^
|
dta d"Ideas, help and QA"^
|
||||||
dta d"Piotr '0xF' Fusik, Shanti, Jakub Husak"^
|
dta d"Piotr '0xF' Fusik, Shanti, Jakub Husak"^
|
||||||
dta d"Bocianu, Probabilitydragon,"^
|
dta d"Bocianu, Probabilitydragon, lopezpb,"^
|
||||||
dta d"EnderDude, Dracon, TDC,"^
|
dta d"ZPH, KrzysRog, EnderDude, Dracon, TDC,"^
|
||||||
dta d"Beeblebrox, KrzysRog, lopezpb,"^
|
dta d"Beeblebrox, brad-colbert, archon800,"^
|
||||||
dta d"brad-colbert, archon800, nowy80,"^
|
dta d"nowy80, Irgendwer, Eyvind,"^
|
||||||
dta d"Shaggy the Atarian, RetroBorsuk, ZPH"
|
dta d"ascrnet, Bobo Cujo, RetroBorsuk"
|
||||||
.IF TARGET = 800
|
.IF TARGET = 800
|
||||||
.IF CART_VERSION = 0
|
.IF CART_VERSION = 0
|
||||||
dta d","*
|
dta d","*
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -1594,6 +1594,8 @@ AfterOffensiveText
|
|||||||
cmp #ind_Laser ; laser
|
cmp #ind_Laser ; laser
|
||||||
bne NotStrongShoot
|
bne NotStrongShoot
|
||||||
; Laser: (not)very strong - invisible - shot for laser beam end coordinates
|
; Laser: (not)very strong - invisible - shot for laser beam end coordinates
|
||||||
|
bit TestFlightFlag
|
||||||
|
bmi @+ ; visible if Lazy Darwin
|
||||||
bit Vdebug
|
bit Vdebug
|
||||||
bmi @+
|
bmi @+
|
||||||
mva #0 color
|
mva #0 color
|
||||||
|
|||||||
Reference in New Issue
Block a user