Prev: 39006 Up: Map Next: 39039
39026: Graphics: Print Image Width - 14
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 39026 LD C,48 C=48 (height).
39028 LD B,14 B=14 (width).
39030 LD DE,16552 DE=16552 (screen buffer location).
39033 LD IX,22696 IX=22696 (attribute buffer location).
39037 JR Graphics_PrepToPrintGirl Jump to Graphics_PrepToPrintGirl.
Prev: 39006 Up: Map Next: 39039