Skip to content

Commit

Permalink
Added lower security computer texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
cadaver committed Jan 25, 2016
1 parent d4a8e84 commit 0a875bb
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ hessian.d64: hessian.seq loader.prg main.pak options.bin emptysave.bin savelist.
script08.pak script09.pak script10.pak script11.pak script12.pak script13.pak script14.pak script15.pak \
script16.pak script17.pak script18.pak script19.pak script20.pak script21.pak script22.pak script23.pak \
script24.pak script25.pak script26.pak script27.pak script28.pak script29.pak script30.pak script31.pak \
script32.pak \
charset00.pak charset01.pak charset02.pak charset03.pak charset04.pak charset05.pak charset06.pak charset07.pak \
charset08.pak charset09.pak charset10.pak charset11.pak charset12.pak charset13.pak charset14.pak \
level00.pak level01.pak level02.pak level03.pak level04.pak level05.pak level06.pak level07.pak level08.pak \
Expand Down Expand Up @@ -332,6 +333,10 @@ script31.pak: script31.s memory.s mainsym.s
dasm script31.s -oscript31.bin -f3
pack2 script31.bin script31.pak

script32.pak: script32.s memory.s mainsym.s
dasm script32.s -oscript32.bin -f3
pack2 script32.bin script32.pak

loadermusic.bin: music/hessianmusic.d64
d642prg music/hessianmusic.d64 loader.bin loadermusic.bin -h

Expand Down
Binary file modified bg/world.lvo
Binary file not shown.
Binary file modified bg/world09.lvo
Binary file not shown.
1 change: 1 addition & 0 deletions hessian.seq
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ script28.pak 60
script29.pak 61
script30.pak 62
script31.pak 63
script32.pak 64
music02.pak 23
music03.pak 24
main.pak 01
6 changes: 6 additions & 0 deletions script.s
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ EP_LOWERLABSCOMPUTER7 = $1f06
EP_LOWERLABSCOMPUTER8 = $1f07
EP_LOWERLABSCOMPUTER9 = $1f08

EP_LOWERSECURITYCOMPUTER1 = $2000
EP_LOWERSECURITYCOMPUTER2 = $2001
EP_LOWERSECURITYCOMPUTER3 = $2002
EP_LOWERSECURITYCOMPUTER4 = $2003
EP_LOWERSECURITYCOMPUTER5 = $2004

PLOT_ELEVATOR1 = $00 ;Upper <-> lower lab
PLOT_ELEVATOR2 = $01 ;Jormungandr <-> Bio-Dome
PLOT_GENERATOR = $02 ;Upper labs generator switched on
Expand Down
3 changes: 1 addition & 2 deletions script02.s
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ txtGarageComputer:
dc.b "1. 'HESSIAN' PROJECT CANCELLED",0
dc.b "2. NORMAN THRONE GOES MISSING",0
dc.b "3. ???",0
dc.b "4. MACHINES OUT OF CONTROL, KILLING",0
dc.b " EVERYONE",0,0
dc.b "4. ROBOTS OUT OF CONTROL",0,0

checkscriptend
2 changes: 1 addition & 1 deletion script12.s
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ txtRadioMoveScientists:

txtRadioConstruct:
dc.b 34,"KIM, IT'S JEFF. I'VE BEEN DECRYPTING MORE OF THE MACHINES' NET TRAFFIC. 'CONSTRUCT' HAS TO BE THE NAME OF THE CENTRAL AI. "
dc.b "IT TASKED THE MACHINES TO BUILD 'JORMUNGANDR.' AMOUNT OF MATERIALS USED WAS ASTRONOMICAL. "
dc.b "IT TASKED THE ROBOTS TO BUILD 'JORMUNGANDR.' AMOUNT OF MATERIALS USED WAS ASTRONOMICAL. "
dc.b "IF THEY FOLLOW NORSE MYTHS, THAT SHOULD BE ONE HUGE SERPENT. FUN, RIGHT?",34,0

checkscriptend
2 changes: 1 addition & 1 deletion script19.s
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ SEL_Wait: rts
txtNoAirVictory:dc.b 34,"AIR! AT LAST. THAT WAS QUICK THINKING TO HEAD THIS WAY. THANK YOU. I'LL CATCH MY BREATH FOR A WHILE.",34,0

txtHackerFollowFinish:
dc.b 34,"SO THESE ARE THE OLD TUNNELS. SHOULD BE NO MACHINES HERE. "
dc.b 34,"SO THESE ARE THE OLD TUNNELS. SHOULD BE NO ROBOTS HERE. "
dc.b "STILL, DOESN'T LOOK EXACTLY SAFE SO I'LL WAIT HERE AND LET YOU DO THE EXPLORING.",34,0

txtHackerEnterLab:
Expand Down
1 change: 0 additions & 1 deletion script29.s
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ txtSecurityComputer6:
dc.b " EXIT",0,0

txtArrow: dc.b 62,0

txtClosed: dc.b "CLOSED",0
txtOpen: dc.b "OPEN ",0

Expand Down
3 changes: 1 addition & 2 deletions script31.s
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,4 @@ txtLowerLabsComputer9:
dc.b "CPU USAGE "
txtCpuUse: dc.b "XX%",0,0


;checkscriptend
checkscriptend
Binary file added script32.bin
Binary file not shown.

0 comments on commit 0a875bb

Please sign in to comment.