Routines |
Prev: 968D | Up: Map | Next: 96D1 |
Used by the routine at 935C.
|
||||
96AA | LD DE,$96D1 | Put the tempoary store back in the main area. | ||
96AD | LD HL,$C537 | |||
96B0 | LD BC,$0008 | |||
96B3 | LDIR | |||
96B5 | LD HL,$C537 | Blank out all fields to FF. | ||
96B8 | LD (HL),$FF | |||
96BA | LD DE,$C538 | |||
96BD | LD BC,$0007 | |||
96C0 | LDIR | |||
96C2 | CALL $960F | Redraw the coal. | ||
96C5 | LD HL,$96D1 | Copy the temporary store back again and return. | ||
96C8 | LD DE,$C537 | |||
96CB | LD BC,$0008 | |||
96CE | LDIR | |||
96D0 | RET |
Prev: 968D | Up: Map | Next: 96D1 |