Prev: 34948 Up: Map Next: 34968
34958: Print the current object's name
Used by the routine at 34762.
34958 PUSH HL Store HL (current position in text data)
34959 LD HL,42373 Point HL at start of table of object names
34962 LD A,(29526) Load A with index of Current Object
34965 OR A Set zero flag if object index is zero
34966 JR 34893 Jump back to print this object's name
Prev: 34948 Up: Map Next: 34968