Prev: 34842 Up: Map Next: 34859
34854: Advance HL to the B-th entry in list of readable objects' texts then return
Used by the routine at 32258.
Input
B Index of required text string
34854 LD HL,47322 Point HL at start of list of readable objects' texts
34857 JR 34845 Jump to routine that iterates through list of zero-terminated strings to get B-th entry then return
Prev: 34842 Up: Map Next: 34859