new cheat category: invincibility

This commit is contained in:
4am 2020-03-16 23:16:46 -04:00
parent 8cda6f520c
commit 0e80f6d04c
2 changed files with 11 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -20,16 +20,18 @@ ReturnToPlay
!byte $0D
!text " to play"
kCheatsEnabled = 3 ; index of 'cheats enabled' string in following table
kCheatsEnabled = 4 ; index of 'cheats enabled' string in following table
kCheatDescriptionLo
!byte <sNoCheats
!byte <sInfiniteLives
!byte <sInfiniteLivesAndWeapons
!byte <sInvincibility
!byte <sCheatsEnabled
kCheatDescriptionHi
!byte >sNoCheats
!byte >sInfiniteLives
!byte >sInfiniteLivesAndWeapons
!byte >sInvincibility
!byte >sCheatsEnabled
sNoCheats
!byte 8 ; length
@ -48,6 +50,13 @@ sInfiniteLivesAndWeapons
!text "infinite lives & weapons"
!text " "
!byte $16 ; bolt character
sInvincibility
!byte 14 ; length
!byte $16 ; bolt character
!text " "
!text "invincible"
!text " "
!byte $16 ; bolt character
sCheatsEnabled
!byte 18 ; length
!byte $16 ; bolt character