peasant: hook up dan message

This commit is contained in:
Vince Weaver 2021-12-06 00:00:08 -05:00
parent f3cbd83581
commit b66d5282d2
3 changed files with 16 additions and 5 deletions

View File

@ -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?

View File

@ -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

View File

@ -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