Prev: 08F7 Up: Map Next: 09AA
0998: alpha_colour_code: Alphanumeric colour control code.
Used by the routine at decode_row.
alpha_colour_code 0998 CALL translate_colour Translate alpha colour code to ink colour.
099B XOR A Set mosaics_flag to 0.
099C LD (mosaics_flag),A
099F LD (conceal_flag),A Clear conceal_flag.
09A2 LD A,$20 Set hold_mosaic_character to $20 (space character) and jump into display character routine at code_set_after.
09A4 LD (hold_mosaic_character),A
09A7 JP code_set_after
Prev: 08F7 Up: Map Next: 09AA