Prev: 9899 Up: Map Next: 98B3
98A6: Graphics: Print Right Image Width - 09
Used by the routine at Girl3_Frame2.
Input
HL Pointer to JumpTable_StageData for referencing the graphic data
Graphics_Width09_Right 98A6 LD C,$30 C=30 (height).
98A8 LD B,$09 B=09 (width).
98AA LD DE,$40A8 DE=40A8 (screen buffer location).
98AD LD IX,$58A8 IX=58A8 (attribute buffer location).
98B1 JR Graphics_PrepToPrintGirl Jump to Graphics_PrepToPrintGirl.
Prev: 9899 Up: Map Next: 98B3