Routines |
Prev: 98B3 | Up: Map | Next: 98CD |
Used by the routine at Girl3_Frame4.
|
||||||||
Graphics_Width0A | 98C0 | LD C,$30 | C=30 (height). | |||||
98C2 | LD B,$0A | B=0A (width). | ||||||
98C4 | LD DE,$40A7 | DE=40A7 (screen buffer location). | ||||||
98C7 | LD IX,$58A7 | IX=58A7 (attribute buffer location). | ||||||
98CB | JR Graphics_PrepToPrintGirl | Jump to Graphics_PrepToPrintGirl. |
Prev: 98B3 | Up: Map | Next: 98CD |