mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-17 03:30:28 +00:00
peasant: bump version number
This commit is contained in:
parent
c8f2973d96
commit
2ad94749c6
@ -1,4 +1,4 @@
|
||||
version_message:
|
||||
.byte 0,43,24, 0,253,82
|
||||
.byte 8,41,"APPLE ][ PEASANT'S QUEST",13
|
||||
.byte "version 0.82",0
|
||||
.byte "version 0.83",0
|
||||
|
@ -509,7 +509,7 @@ delays:
|
||||
|
||||
; 0123456789012345678901234567890123456789
|
||||
boot_message:
|
||||
.byte 0,0, "LOADING PEASANT'S QUEST V0.82",0
|
||||
.byte 0,0, "LOADING PEASANT'S QUEST V0.83",0
|
||||
.byte 0,3,"ORIGINAL BY VIDELECTRIX",0
|
||||
.byte 0,5,"APPLE II PORT: VINCE WEAVER",0
|
||||
.byte 0,6,"DISK CODE : QKUMBA",0
|
||||
|
@ -66,6 +66,7 @@ PEASANT_YADD = $6B
|
||||
LEVEL_OVER = $6C
|
||||
NEW_LOCATION = $FF
|
||||
NEW_FROM_DISK = $01
|
||||
NEW_FROM_LOAD = $02 ; loaded from load/save menu
|
||||
KERREK_SPEED = $6D
|
||||
KERREK_DIRECTION= $6E ; 0 = left, 1=right
|
||||
KERREK_LEFT = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user