Prev: 988C Up: Map Next: 98A6
9899: Graphics: Print Left Image Width - 0F
Used by the routine at Girl2_Frame5.
Input
HL Pointer to JumpTable_StageData for referencing the graphic data
Graphics_Width0F_Left 9899 LD C,$38 C=38 (height).
989B LD B,$0F B=0F (width).
989D LD DE,$4084 DE=4084 (screen buffer location).
98A0 LD IX,$5884 IX=5884 (attribute buffer location).
98A4 JR Graphics_PrepToPrintGirl Jump to Graphics_PrepToPrintGirl.
Prev: 988C Up: Map Next: 98A6