Routines
Prev:
7D15
Up:
Map
Next:
7D30
7D2F: Plot glyph
This plots a single glyph (indirectly).
Used by the routines at
message_display
,
plot_score
,
screenlocstring_plot
and
choose_keys
.
Input
HL
Pointer to glyph index.
DE
Pointer to screen destination.
Output
HL
Preserved.
DE
Points to the next character position to the right.
plot_glyph
7D2F
LD A,(HL)
Fetch the glyph index
FALL THROUGH into plot_single_glyph,
Prev:
7D15
Up:
Map
Next:
7D30