Prev: 36875 Up: Map Next: 36892
36882: Print the current object's name
Used by the routine at 36725.
36882 PUSH HL Store HL
36883 LD HL,41236 Set HL to start of object names table
36886 LD A,(30467) Load A with index of Current Object
36889 OR A Reset zero flag
36890 JR 36836 Jump back to print this object's name
Prev: 36875 Up: Map Next: 36892