![]() |
Routines |
| Prev: 9838 | Up: Map | Next: 9872 |
|
||||||||
| 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 |