Prev: 98A6 Up: Map Next: 98C0
98B3: Graphics: Print Image Width - 08
Used by the routine at Girl3_Frame3.
Input
HL Pointer to JumpTable_StageData for referencing the graphic data
Graphics_Width08 98B3 LD C,$38 C=38 (height).
98B5 LD B,$08 B=08 (width).
98B7 LD DE,$4081 DE=4081 (screen buffer location).
98BA LD IX,$5881 IX=5881 (attribute buffer location).
98BE JR Graphics_PrepToPrintGirl Jump to Graphics_PrepToPrintGirl.
Prev: 98A6 Up: Map Next: 98C0