peasant: fix version printing

This commit is contained in:
Vince Weaver 2024-10-08 00:25:47 -04:00
parent 925f43d140
commit ad5841a13c
4 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

@ -241,6 +241,10 @@ look_inventory_there_message:
; + save
; + show priority
; + version
version_message:
.include "../version.inc"
; + copy
unknown_message:

View File

@ -1,4 +1,2 @@
version_message:
.byte 0,43,24, 0,253,82
.byte 8,41,"APPLE ][ PEASANT'S QUEST",13
.byte "APPLE ][ PEASANT'S QUEST",13
.byte "version 0.86",0