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