Prev: 34854 Up: Map Next: 34864
34859: Advance HL to the B-th entry in list of option texts from "command a character" menu then return
Used by the routine at 31636.
Input
B Index of required text string
34859 LD HL,46490 Point HL at list of option texts from "COMMAND A CHARACTER" menu
34862 JR 34845 Jump to routine that iterates through list of zero-terminated strings to get B-th entry then return
Prev: 34854 Up: Map Next: 34864