mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-06 13:30:32 +00:00
new cheat category: invincibility
This commit is contained in:
parent
8cda6f520c
commit
0e80f6d04c
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user