Prev: 47096 Up: Map Next: 47121
47110: Print the current object's name
Used by the routine at 46902.
47110 PUSH HL Store HL (current position in text data)
47111 LD HL,56565 Point HL at start of table of object names
47114 LD A,(41779) Load A with index of Current Object
47117 OR A Set zero flag if object index is zero
47118 JP 47055 Jump back to print this object's name
Prev: 47096 Up: Map Next: 47121