peasant: hook up missing text in inn

This commit is contained in:
Vince Weaver 2021-12-05 15:17:06 -05:00
parent 723408d18d
commit ada9b943a8
4 changed files with 9 additions and 8 deletions

View File

@ -435,8 +435,8 @@ inn_get_room_no_robe:
jmp finish_parse_message
inn_get_room_on_fire:
ldx #<inside_inn_get_room_no_robe_message
ldy #>inside_inn_get_room_no_robe_message
ldx #<inside_inn_get_room_on_fire_message
ldy #>inside_inn_get_room_on_fire_message
jmp finish_parse_message
inn_get_room_have_robe:

View File

@ -11,6 +11,12 @@
.byte "you're no longer in stealth",13
.byte "mode.",0
; TODO
; when it's night
; after you've walked through (???) screens?
; unclear how this works
.byte "Man, screens sure get light",13
.byte "fast around here.",0
; + get/wear belt (after getting it)
wear_belt_message:

View File

@ -180,6 +180,7 @@ inside_inn_get_room3_message:
.byte "you to get up.",0
; + get a room (when on fire)
inside_inn_get_room_on_fire_message:
.byte 34,"Board of Peasant Health",13 ; [sic] in game says \oard
.byte "says I can't serve any folk",13
.byte "that's on fire. Nothing",13

View File

@ -359,12 +359,6 @@ lady_cottage_open_door_message:
; Burninated Trees / Lantern
;============================
; after you've walked through (???) screens?
; unclear how this works
.byte "Man, screens sure get light",13
.byte "fast around here.",0
; + look
crooked_look_day_message:
.byte "A signal lantern of some",13