update some comments

This commit is contained in:
4am 2021-10-17 21:18:14 -04:00
parent 62d7552e8a
commit e476891ee3
2 changed files with 13 additions and 13 deletions

View File

@ -17,7 +17,7 @@
; D000..D3FF - ProRWTS data ; D000..D3FF - ProRWTS data
; D400..D66F - ProRWTS code ; D400..D66F - ProRWTS code
; D670..DB91 - HGR font code & ProRWTS glue code ; D670..DB91 - HGR font code & ProRWTS glue code
; DB61..DB70 - backup of stack (during gameplay and self-running demos) ; DB60..DB6F - backup of stack (during gameplay and self-running demos)
; ...unused... ; ...unused...
; DBB4..DBFF - (de)acceleration function ; DBB4..DBFF - (de)acceleration function
; DC00..DFFF - HGR font data ; DC00..DFFF - HGR font data

View File

@ -42,46 +42,46 @@ sNoCheats
!text "no cheat" !text "no cheat"
sInfiniteLives sInfiniteLives
!byte 18 ; length !byte 18 ; length
!byte $16 ; bolt character !byte $16 ; padlock character
!text " " !text " "
!text "infinite lives" !text "infinite lives"
!text " " !text " "
!byte $16 ; bolt character !byte $16 ; padlock character
sInfiniteWeapons sInfiniteWeapons
!byte 20 ; length !byte 20 ; length
!byte $16 ; bolt character !byte $16 ; padlock character
!text " " !text " "
!text "infinite weapons" !text "infinite weapons"
!text " " !text " "
!byte $16 ; bolt character !byte $16 ; padlock character
sInfiniteLivesAndWeapons sInfiniteLivesAndWeapons
!byte 28 ; length !byte 28 ; length
!byte $16 ; bolt character !byte $16 ; padlock character
!text " " !text " "
!text "infinite lives & weapons" !text "infinite lives & weapons"
!text " " !text " "
!byte $16 ; bolt character !byte $16 ; padlock character
sInvincibility sInvincibility
!byte 14 ; length !byte 14 ; length
!byte $16 ; bolt character !byte $16 ; padlock character
!text " " !text " "
!text "invincible" !text "invincible"
!text " " !text " "
!byte $16 ; bolt character !byte $16 ; padlock character
sInGame sInGame
!byte 18 ; length !byte 18 ; length
!byte $16 ; bolt character !byte $16 ; padlock character
!text " " !text " "
!text "in-game cheats" !text "in-game cheats"
!text " " !text " "
!byte $16 ; bolt character !byte $16 ; padlock character
sCheatsEnabled sCheatsEnabled
!byte 18 ; length !byte 18 ; length
!byte $16 ; bolt character !byte $16 ; padlock character
!text " " !text " "
!text "cheats enabled" !text "cheats enabled"
!text " " !text " "
!byte $16 ; bolt character !byte $16 ; padlock character
sCheatDescriptionPrefix sCheatDescriptionPrefix
!byte 2 ; length !byte 2 ; length
!byte $03 ; vertical line character !byte $03 ; vertical line character