mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-23 13:34:31 +00:00
.
This commit is contained in:
parent
6ac1d688d2
commit
b006096104
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user