mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-01-01 14:31:16 +00:00
save-info for modern Planetfall
This commit is contained in:
parent
83467b6d88
commit
7b63175666
@ -230,6 +230,12 @@ yagwadb
|
|||||||
!text "YAGWAD.SAV"
|
!text "YAGWAD.SAV"
|
||||||
yagwade
|
yagwade
|
||||||
|
|
||||||
|
!byte planetr42e-planetr42b
|
||||||
|
planetr42b
|
||||||
|
!text "R42.190616.SAV"
|
||||||
|
planetr42e
|
||||||
|
|
||||||
|
|
||||||
!byte 0 ;end of list
|
!byte 0 ;end of list
|
||||||
|
|
||||||
gameloc
|
gameloc
|
||||||
@ -371,6 +377,9 @@ gameloc
|
|||||||
;yagwad
|
;yagwad
|
||||||
!byte $13
|
!byte $13
|
||||||
|
|
||||||
|
;planetr42
|
||||||
|
!byte $23
|
||||||
|
|
||||||
gametime
|
gametime
|
||||||
;bzoner9
|
;bzoner9
|
||||||
!byte $8a
|
!byte $8a
|
||||||
@ -510,6 +519,9 @@ gametime
|
|||||||
;yagwad
|
;yagwad
|
||||||
!byte 0 ;no time
|
!byte 0 ;no time
|
||||||
|
|
||||||
|
;planetr42
|
||||||
|
!byte $51
|
||||||
|
|
||||||
gamescore
|
gamescore
|
||||||
;bzoner9
|
;bzoner9
|
||||||
!byte 0 ;no score
|
!byte 0 ;no score
|
||||||
@ -649,6 +661,9 @@ gamescore
|
|||||||
;yagwad
|
;yagwad
|
||||||
!byte $20
|
!byte $20
|
||||||
|
|
||||||
|
;planetr42
|
||||||
|
!byte $53
|
||||||
|
|
||||||
gamemoves
|
gamemoves
|
||||||
;bzoner9
|
;bzoner9
|
||||||
!byte 0 ;no moves
|
!byte 0 ;no moves
|
||||||
@ -788,6 +803,9 @@ gamemoves
|
|||||||
;yagwad
|
;yagwad
|
||||||
!byte $1b
|
!byte $1b
|
||||||
|
|
||||||
|
;planetr42
|
||||||
|
!byte 0 ;no moves
|
||||||
|
|
||||||
gameday
|
gameday
|
||||||
;bzoner9
|
;bzoner9
|
||||||
!byte 0 ;no day
|
!byte 0 ;no day
|
||||||
@ -927,3 +945,5 @@ gameday
|
|||||||
;yagwad
|
;yagwad
|
||||||
!byte 0 ;no day
|
!byte 0 ;no day
|
||||||
|
|
||||||
|
;planetr42
|
||||||
|
!byte 0 ;no day
|
||||||
|
@ -336,6 +336,8 @@ dump_info
|
|||||||
beq jigsaw
|
beq jigsaw
|
||||||
cpx #$1d
|
cpx #$1d
|
||||||
beq ramses
|
beq ramses
|
||||||
|
cpx #$2e
|
||||||
|
beq branch_print
|
||||||
|
|
||||||
branch_skip
|
branch_skip
|
||||||
jmp skip_time
|
jmp skip_time
|
||||||
|
Loading…
Reference in New Issue
Block a user