diff --git a/games/peasant/TODO b/games/peasant/TODO index 82cf9aa3..ce7677da 100644 --- a/games/peasant/TODO +++ b/games/peasant/TODO @@ -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 diff --git a/games/peasant/version.inc b/games/peasant/version.inc index 477cd7d7..9ac7f37a 100644 --- a/games/peasant/version.inc +++ b/games/peasant/version.inc @@ -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 diff --git a/games/peasant/vid_logo.s b/games/peasant/vid_logo.s index ddcec254..b6aca58f 100644 --- a/games/peasant/vid_logo.s +++ b/games/peasant/vid_logo.s @@ -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