mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-19 20:30:42 +00:00
update some comments
This commit is contained in:
parent
62d7552e8a
commit
e476891ee3
@ -17,7 +17,7 @@
|
|||||||
; D000..D3FF - ProRWTS data
|
; D000..D3FF - ProRWTS data
|
||||||
; D400..D66F - ProRWTS code
|
; D400..D66F - ProRWTS code
|
||||||
; D670..DB91 - HGR font code & ProRWTS glue 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...
|
; ...unused...
|
||||||
; DBB4..DBFF - (de)acceleration function
|
; DBB4..DBFF - (de)acceleration function
|
||||||
; DC00..DFFF - HGR font data
|
; DC00..DFFF - HGR font data
|
||||||
|
@ -42,46 +42,46 @@ sNoCheats
|
|||||||
!text "no cheat"
|
!text "no cheat"
|
||||||
sInfiniteLives
|
sInfiniteLives
|
||||||
!byte 18 ; length
|
!byte 18 ; length
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
!text " "
|
!text " "
|
||||||
!text "infinite lives"
|
!text "infinite lives"
|
||||||
!text " "
|
!text " "
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
sInfiniteWeapons
|
sInfiniteWeapons
|
||||||
!byte 20 ; length
|
!byte 20 ; length
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
!text " "
|
!text " "
|
||||||
!text "infinite weapons"
|
!text "infinite weapons"
|
||||||
!text " "
|
!text " "
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
sInfiniteLivesAndWeapons
|
sInfiniteLivesAndWeapons
|
||||||
!byte 28 ; length
|
!byte 28 ; length
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
!text " "
|
!text " "
|
||||||
!text "infinite lives & weapons"
|
!text "infinite lives & weapons"
|
||||||
!text " "
|
!text " "
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
sInvincibility
|
sInvincibility
|
||||||
!byte 14 ; length
|
!byte 14 ; length
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
!text " "
|
!text " "
|
||||||
!text "invincible"
|
!text "invincible"
|
||||||
!text " "
|
!text " "
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
sInGame
|
sInGame
|
||||||
!byte 18 ; length
|
!byte 18 ; length
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
!text " "
|
!text " "
|
||||||
!text "in-game cheats"
|
!text "in-game cheats"
|
||||||
!text " "
|
!text " "
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
sCheatsEnabled
|
sCheatsEnabled
|
||||||
!byte 18 ; length
|
!byte 18 ; length
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
!text " "
|
!text " "
|
||||||
!text "cheats enabled"
|
!text "cheats enabled"
|
||||||
!text " "
|
!text " "
|
||||||
!byte $16 ; bolt character
|
!byte $16 ; padlock character
|
||||||
sCheatDescriptionPrefix
|
sCheatDescriptionPrefix
|
||||||
!byte 2 ; length
|
!byte 2 ; length
|
||||||
!byte $03 ; vertical line character
|
!byte $03 ; vertical line character
|
||||||
|
Loading…
x
Reference in New Issue
Block a user