mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
peasant: fix version printing
This commit is contained in:
parent
925f43d140
commit
ad5841a13c
@ -187,8 +187,9 @@ POINTS IMPLEMENTED: (in order of implementation)
|
||||
+ 2 (get grease)
|
||||
+ 10 (catch on fire)
|
||||
+ 7 (throw sword at trogdor)
|
||||
+ 3 (climb to top of cliff)
|
||||
======
|
||||
129 points
|
||||
132 points
|
||||
|
||||
|
||||
deaths/endings implemented
|
||||
|
@ -258,7 +258,7 @@ yellow_tree.inc.lookup: yellow_tree.inc shrink_text
|
||||
cliff.inc.lookup: cliff.inc shrink_text
|
||||
./shrink_text < cliff.inc > cliff.inc.lookup
|
||||
|
||||
common.inc.lookup: common.inc shrink_text
|
||||
common.inc.lookup: common.inc ../version.inc shrink_text
|
||||
./shrink_text < common.inc > common.inc.lookup
|
||||
|
||||
|
||||
|
@ -241,6 +241,10 @@ look_inventory_there_message:
|
||||
; + save
|
||||
; + show priority
|
||||
; + version
|
||||
|
||||
version_message:
|
||||
.include "../version.inc"
|
||||
|
||||
; + copy
|
||||
|
||||
unknown_message:
|
||||
|
@ -1,4 +1,2 @@
|
||||
version_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"APPLE ][ PEASANT'S QUEST",13
|
||||
.byte "version 0.86",0
|
||||
.byte "APPLE ][ PEASANT'S QUEST",13
|
||||
.byte "version 0.86",0
|
||||
|
Loading…
Reference in New Issue
Block a user