Prev: 54377 Up: Map Next: 54411
54406: Draw a graphic with lookup index A, width of 2 and height of 2 at character coordinates (C, B)
Used by the routines at 34627 and 36104.
Input
A Index of graphic to draw in graphic data lookup table at 55950
B y-coordinate (characters) for printing item
C x-coordinate (characters) for printing item
54406 LD DE,514 Load D and E with 2
54409 JR 54414 Draw a graphic with lookup index A at character coordinates (C, B) with width 2 and height 2 and return
Prev: 54377 Up: Map Next: 54411