Routines |
Prev: 38968 | Up: Map | Next: 39026 |
|
||||||||
Graphics_InitialiseGirl | 39006 | LD C,88 | C=88 (height). | |||||
39008 | LD B,32 | B=32 (width). | ||||||
39010 | LD DE,16384 | DE=16384 (screen buffer location). | ||||||
39013 | LD IX,22528 | IX=22528 (attribute buffer location). | ||||||
39017 | LD A,(39140) | Increment *CurrentGirl by one. | ||||||
39020 | INC A | |||||||
39021 | LD (39140),A | |||||||
39024 | JR Graphics_PrepToPrintGirl | Jump to Graphics_PrepToPrintGirl. |
Prev: 38968 | Up: Map | Next: 39026 |