Skip to content

Commit

Permalink
Further minor script edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
cadaver committed Jan 12, 2016
1 parent 3e11f5a commit e1ae780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ai.s
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@ PA_AggressionNotOver:
bmi PA_CannotAttack ;(someone else attacking now?)
ldy actAttackD,x ;Check weapon's attack timer
bne PA_CannotAttack
ldy menuMode ;No attacks during dialogue
cpy #MENU_DIALOGUE
beq PA_CannotAttack
;ldy menuMode ;No attacks during dialogue
;cpy #MENU_DIALOGUE
;beq PA_CannotAttack
ldy actWpn,x
beq PA_NoWeapon
cmp itemNPCAttackThreshold-1,y ;Enough aggression?
Expand Down
2 changes: 1 addition & 1 deletion script07.s
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ txtRadioMoveScientists:
txtRadioConstruct:
dc.b 34,"KIM, IT'S JEFF. I'VE BEEN DECRYPTING MORE OF THE MACHINES' 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 "IF THEY FOLLOW NORSE MYTHS, IT SHOULD BE A HUGE SERPENT. FUN, RIGHT?",34,0
dc.b "IF THEY FOLLOW NORSE MYTHS, THAT SHOULD BE ONE HUGE SERPENT. FUN, RIGHT?",34,0
txtRadioFindFilter:
dc.b 34,"LINDA HERE. WE GOT AHEAD OF OURSELVES - THERE ARE NO LUNG FILTERS STORED HERE. SINCE YOU'RE MUCH BETTER SUITED TO EXPLORING, "
dc.b "WE'LL HAVE TO ASK YOU TO FIND ONE. THERE SHOULD BE AT LEAST ONE PACKAGE SOMEWHERE IN THE LOWER LABS.",34,0
Expand Down

0 comments on commit e1ae780

Please sign in to comment.