Prev: 0998 Up: Map Next: 09B6
09AA: normal_code: Handle normal size control code.
Used by the routine at decode_row.
normal_code 09AA XOR A Clear double_height_flag.
09AB LD (double_height_flag),A
09AE LD A,$20 Set hold_mosaic_character to $20 (space character) and jump to code_set_at.
09B0 LD (hold_mosaic_character),A
09B3 JP code_set_at
Prev: 0998 Up: Map Next: 09B6