Prev: 63488 Up: Map Next: 63499
63494: Draw a graphic with lookup index A, width of 2 and height of 3 at character coordinates (C, B)
Used by the routine at 39958.
Input
A Index of graphic to draw in graphic data lookup table at 29272
B y-coordinate (characters) for printing item
C x-coordinate (characters) for printing item
63494 LD DE,770 Load D with 3 and E with 2
63497 JR 63507 Draw a graphic with lookup index A at character coordinates (C, B) with width 2 and height 3 and return
Prev: 63488 Up: Map Next: 63499