Prev: 95A8 Up: Map Next: 961C
9615: Blit a single word into a bitmap.
Used by the routine at Bg_CalcAndDraw.
Input
IX Ptr to data holding next item index.
Output
Bg_BlitOneWord 9615 LD HL,(_NextSignText)
9618 LD B,$01
961A JR Bg_BlitWordIntoBitmap
Prev: 95A8 Up: Map Next: 961C