Prev: 34934 Up: Map Next: 34958
34948: Print the current starship location's name
Used by the routine at 34762.
34948 PUSH HL Store HL (current position in text data)
34949 LD HL,43031 Point HL at start of table of starship destination names
34952 LD A,(23700) Load A with USS Pisces' current location
34955 OR A Set zero flag if location index is zero
34956 JR 34893 Jump back to print this location's name
Prev: 34934 Up: Map Next: 34958