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
; D400..D66F - ProRWTS 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...
; DBB4..DBFF - (de)acceleration function
; DC00..DFFF - HGR font data

View File

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