Routines |
Prev: BABE | Up: Map | Next: BAEE |
Used by the routines at CHONUM, main_routine, CAST_S, select_spell, display_spell_info, display_wizard_spell_range, routine23, COUNTL, routine35, print_string_loop, routine41, display_object_info, print_spell_property and print_creature_attribute.
Print double height font.
|
||||
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 |