mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-07 21:30:39 +00:00
peasant: hook up dan message
This commit is contained in:
parent
f3cbd83581
commit
b66d5282d2
@ -37,6 +37,7 @@ peasant2 18302
|
||||
17780 -- size as of the switch to dictionary word lookup
|
||||
18012 -- hook up more of archery
|
||||
18120 -- finish hooking up archery
|
||||
17941 -- after most of text hooked up (more code was moved to qload)
|
||||
|
||||
partial save, can we fit in 4k?
|
||||
102 lines ; inventory was 115?
|
||||
|
@ -57,6 +57,20 @@ done_upcase_loop:
|
||||
parse_input_smc:
|
||||
nop
|
||||
|
||||
|
||||
;================================
|
||||
; check for "dan"
|
||||
|
||||
lda CURRENT_NOUN
|
||||
cmp #NOUN_DAN
|
||||
bne not_dan
|
||||
|
||||
ldx #<dan_message
|
||||
ldy #>dan_message
|
||||
jmp finish_parse_message
|
||||
|
||||
not_dan:
|
||||
|
||||
;================================
|
||||
; jump into verb table
|
||||
|
||||
|
@ -8,7 +8,6 @@ inside_inn_pot_on_head_message:
|
||||
.byte "there before that smelly",13
|
||||
.byte "octogenarian gets back.",0
|
||||
|
||||
|
||||
; After jumping in the haystack, go to any screen except Jhonka
|
||||
; both hay and mud go away
|
||||
hay_blown_away_message:
|
||||
@ -63,9 +62,6 @@ wear_robe_none_message:
|
||||
wear_robe_none_message2:
|
||||
.byte "And pants. Forgot to",13
|
||||
.byte "mention the pants.",0
|
||||
|
||||
; + look (when in hay disguise)
|
||||
.byte "Right now, you see a bunch of hay.",0
|
||||
|
||||
; + look trees
|
||||
look_trees_message:
|
||||
@ -174,7 +170,7 @@ go_message:
|
||||
ditch_baby_message:
|
||||
.byte "Quit tryin to ditch the baby!",0
|
||||
|
||||
; + ???? ditch/drop/deploy/use baby (after baby left)
|
||||
; + ditch/drop/deploy/use baby (after baby left)
|
||||
; + drop baby, throw baby (before getting the baby)
|
||||
no_baby_message:
|
||||
.byte "You don't even have two",13
|
||||
|
Loading…
x
Reference in New Issue
Block a user