rename function

This commit is contained in:
4am 2021-10-28 01:26:21 -04:00
parent 7b57f28078
commit 1cbbb972fc

View File

@ -4,7 +4,7 @@
; text rank - an implementation of the Quicksilver search rank algorithm ; text rank - an implementation of the Quicksilver search rank algorithm
; ;
; Public functions ; Public functions
; - BuildSearchStore ; - ReloadSearchIndex
; - ResetTextRank ; - ResetTextRank
; - TextRankCallback (as okvs_iter_values callback) ; - TextRankCallback (as okvs_iter_values callback)
; ;
@ -25,17 +25,14 @@ InputBuffer
!text " " !text " "
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; BuildSearchStore ; ReloadSearchIndex
; Build a temporary data structure in main memory to support search UI. ;
; Now that gGamesListStore no longer contains full game display names, we call ; Load index to support search UI
; this to build a store that does. It's built in main memory and will be
; clobbered as soon as we enter attract mode (mega- or mini-), run a game,
; run a demo, or sneeze.
; ;
; in: none ; in: none
; out: gSearchStore populated ; out: gSearchStore populated
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
BuildSearchStore ReloadSearchIndex
jsr LoadFile ; load appropriate search index into $8200 jsr LoadFile ; load appropriate search index into $8200
!word kRootDirectory !word kRootDirectory
!word kSearchIndexFile !word kSearchIndexFile