Prev: 9838 Up: Map Next: 9872
985E: Graphics: Initialise Girl
Used by the routines at Girl1_Frame1, Girl2_Frame1 and Girl3_Frame1.
Input
HL Pointer to JumpTable_StageData for referencing the graphic data
Graphics_InitialiseGirl 985E LD C,$58 C=58 (height).
9860 LD B,$20 B=20 (width).
9862 LD DE,$4000 DE=4000 (screen buffer location).
9865 LD IX,$5800 IX=5800 (attribute buffer location).
9869 LD A,($98E4) Increment *CurrentGirl by one.
986C INC A
986D LD ($98E4),A
9870 JR Graphics_PrepToPrintGirl Jump to Graphics_PrepToPrintGirl.
Prev: 9838 Up: Map Next: 9872