Prev: 0EC9 Up: Map Next: 0F06
0EFD: copy_blast_through: Copy blast through alphanumerics font data.
Used by the routine at init_mosaics.
copy_blast_through 0EFD LD HL,$0C60 Copy font data for characters $40-$5F (blast through alphanumerics) from font_data+256 to address in DE.
0F00 LD BC,$0100
0F03 LDIR
0F05 RET
Prev: 0EC9 Up: Map Next: 0F06