Routines |
Prev: A09E | Up: Map | Next: A0D2 |
This draws the bell ringer.
Used by the routine at ring_bell.
|
||||||||
plot_ringer | A0C9 | LD HL,$518E | Point HL at screenaddr_bell_ringer | |||||
A0CC | LD BC,$010C | Plot the bell always at 8x12 pixels in size, exiting via it | ||||||
A0CF | JP plot_bitmap |
Prev: A09E | Up: Map | Next: A0D2 |