Prev: 9872 Up: Map Next: 988C
987F: Graphics: Print Left Image Width - 09
Used by the routines at Girl1_Frame5, Girl1_Frame7 and Girl2_Frame4.
Input
HL Pointer to JumpTable_StageData for referencing the graphic data
Graphics_Width09_Left 987F LD C,$38 C=38 (height).
9881 LD B,$09 B=09 (width).
9883 LD DE,$4080 DE=4080 (screen buffer location).
9886 LD IX,$5880 IX=5880 (attribute buffer location).
988A JR Graphics_PrepToPrintGirl Jump to Graphics_PrepToPrintGirl.
Prev: 9872 Up: Map Next: 988C