From 8374121c0388ada9714a626046506161cf639e7d Mon Sep 17 00:00:00 2001 From: 4am Date: Thu, 4 Nov 2021 16:27:50 -0400 Subject: [PATCH] update some comments --- src/constants.a | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/constants.a b/src/constants.a index db13881cc..ef0b8bc5b 100644 --- a/src/constants.a +++ b/src/constants.a @@ -104,13 +104,10 @@ firstletter= $FA ; byte MatchCount = $FB ; byte BestMatchScore = $FC ; byte -; $FE ; used by ParseGamesList -; $FF ; used by ParseGamesList - ; main memory gStackSize = 6 ; seems like only six are needed gPathname = $BFD0 ; used by SetPath/AddToPath -gKeyLen = $1F00 ; used by ParseGamesList +gKeyLen = $1F00 gKey = $1F01 UILine1 = $1FB0 UILine2 = $1FD8 @@ -138,7 +135,7 @@ EnableAccelerator = DisableAccelerator+3 MOCKINGBOARD_SLOT = %00001111 HAS_SPEECH = %10000000 -; AND masks for game info bitfield (after game display name in gGamesListStore) +; AND masks for game info bitfield (after game display name in gSearchStore) HAS_DHGR_TITLE = %10000000 ; this one is hard-coded via BMI instead of AND/BNE CHEAT_CATEGORY = %00001111