This commit is contained in:
4am 2019-10-08 14:10:35 -04:00
parent 6ac1d688d2
commit b006096104

View File

@ -32,35 +32,35 @@ kCheatDescriptionHi
!byte >sInfiniteLivesAndWeapons !byte >sInfiniteLivesAndWeapons
!byte >sCheatsEnabled !byte >sCheatsEnabled
sNoCheats sNoCheats
!byte 8 !byte 8 ; length
!text "no cheat" !text "no cheat"
sInfiniteLives sInfiniteLives
!byte 18 !byte 18 ; length
!byte $16 ; bolt character !byte $16 ; bolt character
!text " " !text " "
!text "infinite lives" !text "infinite lives"
!text " " !text " "
!byte $16 ; bolt character !byte $16 ; bolt character
sInfiniteLivesAndWeapons sInfiniteLivesAndWeapons
!byte 28 !byte 28 ; length
!byte $16 ; bolt character !byte $16 ; bolt character
!text " " !text " "
!text "infinite lives & weapons" !text "infinite lives & weapons"
!text " " !text " "
!byte $16 ; bolt character !byte $16 ; bolt character
sCheatsEnabled sCheatsEnabled
!byte 18 !byte 18 ; length
!byte $16 ; bolt character !byte $16 ; bolt character
!text " " !text " "
!text "cheats enabled" !text "cheats enabled"
!text " " !text " "
!byte $16 ; bolt character !byte $16 ; bolt character
sCheatDescriptionPrefix sCheatDescriptionPrefix
!byte 2 !byte 2 ; length
!byte $03 ; vertical line character !byte $03 ; vertical line character
!text " " !text " "
sCheatDescriptionSuffix sCheatDescriptionSuffix
!byte 2 !byte 2 ; length
!text " " !text " "
!byte $03 ; vertical line character !byte $03 ; vertical line character