mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
update some comments
This commit is contained in:
parent
62d7552e8a
commit
e476891ee3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user