diff --git a/games/peasant/NOTES b/games/peasant/NOTES index fb710b58..8b8bc1e1 100644 --- a/games/peasant/NOTES +++ b/games/peasant/NOTES @@ -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 diff --git a/games/peasant/text/Makefile b/games/peasant/text/Makefile index bede913e..dd9b4fed 100644 --- a/games/peasant/text/Makefile +++ b/games/peasant/text/Makefile @@ -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 diff --git a/games/peasant/text/common.inc b/games/peasant/text/common.inc index 03a30dc0..e274becf 100644 --- a/games/peasant/text/common.inc +++ b/games/peasant/text/common.inc @@ -241,6 +241,10 @@ look_inventory_there_message: ; + save ; + show priority ; + version + +version_message: +.include "../version.inc" + ; + copy unknown_message: diff --git a/games/peasant/version.inc b/games/peasant/version.inc index 6d15f8fc..9c5f0cf2 100644 --- a/games/peasant/version.inc +++ b/games/peasant/version.inc @@ -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