From e476891ee34ac31d325f1a856cebd06a86620da3 Mon Sep 17 00:00:00 2001 From: 4am Date: Sun, 17 Oct 2021 21:18:14 -0400 Subject: [PATCH] update some comments --- src/constants.a | 2 +- src/ui.overlay.a | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/constants.a b/src/constants.a index d746f05a4..51f31d7bf 100644 --- a/src/constants.a +++ b/src/constants.a @@ -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 diff --git a/src/ui.overlay.a b/src/ui.overlay.a index 8ded1f80b..93b300a20 100644 --- a/src/ui.overlay.a +++ b/src/ui.overlay.a @@ -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