mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-21 17:31:08 +00:00
add Defender (Joe Holt) to the collection
This commit is contained in:
parent
0a4fa131df
commit
3375af67fb
@ -94,6 +94,7 @@
|
|||||||
1000,DM=David's Midnight Magic
|
1000,DM=David's Midnight Magic
|
||||||
0110,DEATH.SWORD
|
0110,DEATH.SWORD
|
||||||
1001,DEFENDER
|
1001,DEFENDER
|
||||||
|
1000,DEFEND.JH=Defender (Joe Holt)
|
||||||
0001,DIAMOND.MINE
|
0001,DIAMOND.MINE
|
||||||
0001,DIG.DUG
|
0001,DIG.DUG
|
||||||
1001,DINO.EGGS
|
1001,DINO.EGGS
|
||||||
|
BIN
res/TITLE.HGR/DEFEND.JH
Normal file
BIN
res/TITLE.HGR/DEFEND.JH
Normal file
Binary file not shown.
@ -88,6 +88,7 @@ CW=Type(06),AuxType(4000),Access(C3)
|
|||||||
CYBER.STRIKE=Type(06),AuxType(4000),Access(C3)
|
CYBER.STRIKE=Type(06),AuxType(4000),Access(C3)
|
||||||
CYCLOD=Type(06),AuxType(4000),Access(C3)
|
CYCLOD=Type(06),AuxType(4000),Access(C3)
|
||||||
DANGEROUS.DAVE=Type(06),AuxType(4000),Access(C3)
|
DANGEROUS.DAVE=Type(06),AuxType(4000),Access(C3)
|
||||||
|
DEFEND.JH=Type(06),AuxType(4000),Access(C3)
|
||||||
DEFENDER=Type(06),AuxType(4000),Access(C3)
|
DEFENDER=Type(06),AuxType(4000),Access(C3)
|
||||||
DIAMOND.MINE=Type(06),AuxType(4000),Access(C3)
|
DIAMOND.MINE=Type(06),AuxType(4000),Access(C3)
|
||||||
DIG.DUG=Type(06),AuxType(4000),Access(C3)
|
DIG.DUG=Type(06),AuxType(4000),Access(C3)
|
||||||
|
BIN
res/dsk/defender (joe holt) 18k file PRODOS (san inc pack).po
Normal file
BIN
res/dsk/defender (joe holt) 18k file PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -1,7 +1,3 @@
|
|||||||
//ported
|
|
||||||
Defender (Joe Holt)
|
|
||||||
Titan Cronus
|
|
||||||
|
|
||||||
//4am crack
|
//4am crack
|
||||||
Artesians
|
Artesians
|
||||||
Cavern Creatures
|
Cavern Creatures
|
||||||
@ -12,8 +8,6 @@ MIRV
|
|||||||
Neutrons
|
Neutrons
|
||||||
Oil's Well
|
Oil's Well
|
||||||
Super Huey
|
Super Huey
|
||||||
Video Vegas
|
|
||||||
Vortex
|
|
||||||
|
|
||||||
//4am crack (unreleased)
|
//4am crack (unreleased)
|
||||||
Galactic Attack
|
Galactic Attack
|
||||||
@ -21,7 +15,6 @@ Infiltrator II
|
|||||||
Zoo Master
|
Zoo Master
|
||||||
|
|
||||||
//TODO(woz-imaged but uncracked)
|
//TODO(woz-imaged but uncracked)
|
||||||
A City Dies Whenever Night Falls [unprotected]
|
|
||||||
Bats in the Belfry
|
Bats in the Belfry
|
||||||
Escape!
|
Escape!
|
||||||
Lemmings
|
Lemmings
|
||||||
|
@ -136,9 +136,9 @@ for %%q in (src\prelaunch\*.a) do (
|
|||||||
for /f "tokens=* usebackq" %%k in (`find "^!to" %%q`) do set _to=%%k
|
for /f "tokens=* usebackq" %%k in (`find "^!to" %%q`) do set _to=%%k
|
||||||
set _to=!_to:~0,1!
|
set _to=!_to:~0,1!
|
||||||
if !_to!==t %ACME% %%q
|
if !_to!==t %ACME% %%q
|
||||||
|
)
|
||||||
for %%q in (res\title.hgr\*) do if not exist build\PRELAUNCH\%%~nxq 1>nul copy build\PRELAUNCH\STANDARD build\PRELAUNCH\%%~nxq
|
for %%q in (res\title.hgr\*) do if not exist build\PRELAUNCH\%%~nxq 1>nul copy build\PRELAUNCH\STANDARD build\PRELAUNCH\%%~nxq
|
||||||
for %%q in (res\title.dhgr\*) do if not exist build\PRELAUNCH\%%~nxq 1>nul copy build\PRELAUNCH\STANDARD build\PRELAUNCH\%%~nxq
|
for %%q in (res\title.dhgr\*) do if not exist build\PRELAUNCH\%%~nxq 1>nul copy build\PRELAUNCH\STANDARD build\PRELAUNCH\%%~nxq
|
||||||
)
|
|
||||||
cscript /nologo bin\buildfileinfo.js build\PRELAUNCH "06" "0106" >>build\log
|
cscript /nologo bin\buildfileinfo.js build\PRELAUNCH "06" "0106" >>build\log
|
||||||
goto :EOF
|
goto :EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user