Prev: BABE Up: Map Next: BAEE
BAD6: DH_P
DH_P BAD6 LD HL,$D808 Set CHARS to font_data_top - $100 (data for top half of font).
BAD9 LD ($5C36),HL
BADC PUSH AF Preserve AF.
BADD CALL print_8x8_graphic Print top half of char in A.
BAE0 POP AF Restore AF.
BAE1 INC B Increment B to move one row down.
BAE2 LD HL,$DB08 Set CHARS to font_data_bottom - $100 (data for bottom half of font).
BAE5 LD ($5C36),HL
BAE8 CALL print_8x8_graphic Print bottom half of char in A.
BAEB DEC B Decrement B to return to original row.
BAEC INC C Increment C to move right to next column and return.
BAED RET
Prev: BABE Up: Map Next: BAEE