mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
peasant: update tips notice
This commit is contained in:
parent
439475f6af
commit
f0de6c1694
@ -13,7 +13,7 @@ title.o: title.s ../qload.inc \
|
||||
../music/music.inc ../music/duet.s \
|
||||
graphics_title/title_graphics.inc \
|
||||
graphics_title/altfire.inc \
|
||||
directions.s \
|
||||
tips.s \
|
||||
../pt3_lib/pt3_lib_mockingboard_patch.s
|
||||
ca65 -o title.o title.s -l title.lst
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
;************************
|
||||
; Tips
|
||||
;************************
|
||||
|
||||
directions:
|
||||
lda #<(tips_zx02)
|
||||
sta zx_src_l+1
|
||||
@ -33,15 +33,17 @@ directions_loop:
|
||||
|
||||
rts
|
||||
|
||||
; FIXME: should we describe backspace somehow?
|
||||
|
||||
directions_text:
|
||||
;0123456789012345678901234567890123456789
|
||||
.byte 4,46,"Here's how things work round here:",0
|
||||
.byte 0,60,"Use ARROWS or W,A,S,D to move",0
|
||||
.byte 0,69,"Press RETURN to enter commands",0
|
||||
.byte 0,78,"-Look around by typing stuff like",0
|
||||
.byte 1,87,"'look tree' or just plain 'look'",0
|
||||
.byte 0,96,"-Talk to folks by typing stuff like",0
|
||||
.byte 1,105,"'talk man'",0
|
||||
.byte 0,60,"Use ARROWS to move ;,/ also up,down",0
|
||||
.byte 0,69,"Backspace using DELETE or Control-B",0
|
||||
.byte 0,78,"Press RETURN to enter commands",0
|
||||
.byte 0,87,"-Look around by typing stuff like",0
|
||||
.byte 1,96,"'look tree' or just plain 'look'",0
|
||||
.byte 0,105,"-Talk to folks, for example 'talk man'",0
|
||||
.byte 0,114,"-Take items by typing 'get (item)'",0
|
||||
.byte 0,123,"-Use items by typing 'use (item)' You",0
|
||||
.byte 1,132,"can also 'give (item)' 'throw (item)'",0
|
||||
@ -50,3 +52,6 @@ directions_text:
|
||||
.byte 0,159,"-Type 'save' to save your game and",0
|
||||
.byte 1,168,"'load' to load one.",0
|
||||
.byte 7,180,"press any key to start game",0
|
||||
|
||||
;.byte 0,96,"-Talk to folks by typing stuff like",0
|
||||
;.byte 1,105,"'talk man'",0
|
@ -301,7 +301,7 @@ duet_finished:
|
||||
|
||||
rts
|
||||
|
||||
.include "directions.s"
|
||||
.include "tips.s"
|
||||
|
||||
.include "../music/duet.s"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user