Prev: 34930 Up: Map Next: 34948
34934: Text printing: Change INK colour
Used by the routine at 34762.
34934 LD B,248 Load B with attribute mask (FLASH, BRIGHT and all PAPER bits set, all INK bits reset)
This entry point is used by the routine at 34930.
34936 INC HL Advance HL pointer to next byte in text data
34937 LD A,(23695) Load A with attribute stored at 23695
34940 AND B Apply mask to reset all INK bits
34941 OR (HL) Set INK bits as defined in next text data byte
This entry point is used by the routine at 34922.
34942 LD (23695),A Store attribute at 23695
34945 JP 34784 Jump back to start of text printing loop to process next data byte
Prev: 34930 Up: Map Next: 34948