This commit is contained in:
4am 2021-10-14 09:29:42 -04:00
commit 37660c043f
7 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
1000,FUJI.SPEED.WAY=Fuji Crowded Speedway
1000,HARDBALL
1000,INTL.GRAN.PRIX=International Gran Prix
1000,INTL.HOCKEY=International Hockey
1000,KARATE.CHAMP
1000,ONE.ON.ONE=One on One
0000,SKI.CRAZED

BIN
res/TITLE.HGR/INTL.HOCKEY Normal file

Binary file not shown.

View File

@ -8,6 +8,7 @@ FORMULA.1.RACER=Type(06),AuxType(4000),Access(C3)
FUJI.SPEED.WAY=Type(06),AuxType(4000),Access(C3)
HARDBALL=Type(06),AuxType(4000),Access(C3)
INTL.GRAN.PRIX=Type(06),AuxType(4000),Access(C3)
INTL.HOCKEY=Type(06),AuxType(4000),Access(C3)
KARATE.CHAMP=Type(06),AuxType(4000),Access(C3)
ONE.ON.ONE=Type(06),AuxType(4000),Access(C3)
SHUFFLEBOARD=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -40,7 +40,6 @@ Hi-Res Computer Golf [4am crack]
Hi-Res Computer Golf 2
Hi-Res Football
Hi-Res Soccer
International Hockey
Joe Thiesman Pro Football
John Elway's Quarterback
John Madden Football

View File

@ -129,9 +129,9 @@ for %%q in (src\prelaunch\*.a) do (
for /f "tokens=* usebackq" %%k in (`find "^!to" %%q`) do set _to=%%k
set _to=!_to:~0,1!
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.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
goto :EOF