mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-20 16:29:14 +00:00
peasant: ready v0.75
This commit is contained in:
parent
b1eac20e68
commit
8100ef1e92
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user