Prev: 987F Up: Map Next: 9899
988C: Graphics: Print Right Image Width - 0F
Used by the routines at Girl2_Frame2, Girl2_Frame3 and Girl2_Frame5.
Input
HL Pointer to JumpTable_StageData for referencing the graphic data
Graphics_Width0F 988C LD C,$38 C=38 (height).
988E LD B,$0F B=0F (width).
9890 LD DE,$4087 DE=4087 (screen buffer location).
9893 LD IX,$5887 IX=5887 (attribute buffer location).
9897 JR Graphics_PrepToPrintGirl Jump to Graphics_PrepToPrintGirl.
Prev: 987F Up: Map Next: 9899