peasant: ready v0.75

This commit is contained in:
Vince Weaver 2021-10-03 23:05:11 -04:00
parent b1eac20e68
commit 8100ef1e92
3 changed files with 3 additions and 6 deletions

View File

@ -2,11 +2,8 @@ TODO:
before 0.75 release
+ complete waterfall, including animation
+ have init routine set starting score, etc
+ Fix the speech generation code
+ update intro to walk closer to edges
+ fix issue where walking stops when you cross to screen w priority
+ get screenshot of boat in lake, trogdor, end scene and update website
after 0.75
+ move copy to disk2

View File

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

View File

@ -120,7 +120,7 @@ not_gs:
; skip checks if open-apple being held down
lda $C061
bne skip_all_checks
beq skip_all_checks
jsr detect_language_card
@ -447,7 +447,7 @@ delays:
; 0123456789012345678901234567890123456789
boot_message:
.byte 0,0, "LOADING PEASANT'S QUEST V0.7",0
.byte 0,0, "LOADING PEASANT'S QUEST V0.75",0
.byte 0,3,"ORIGINAL BY VIDELECTRIX",0
.byte 0,5,"APPLE II PORT: VINCE WEAVER",0
.byte 0,6,"DISK CODE : QKUMBA",0