Prev: 985E Up: Map Next: 987F
9872: Graphics: Print Image Width - 0E
Used by the routines at Girl1_Frame2, Girl1_Frame3, Girl1_Frame4 and Girl1_Frame6.
Input
HL Pointer to JumpTable_StageData for referencing the graphic data
Graphics_Width14 9872 LD C,$30 C=30 (height).
9874 LD B,$0E B=0E (width).
9876 LD DE,$40A8 DE=40A8 (screen buffer location).
9879 LD IX,$58A8 IX=58A8 (attribute buffer location).
987D JR Graphics_PrepToPrintGirl Jump to Graphics_PrepToPrintGirl.
Prev: 985E Up: Map Next: 987F