Prev: 27125 Up: Map Next: 27151
27130: Set default colours
Used by the routine at RESET_GAME.
SET_COLOURS 27130 LD A,(27537) A=border colour required
27133 CALL 8859 Set the border colour
27136 CALL OPEN_SCREEN_CHANNEL Open the screen channel
27139 LD BC,12 BC is number of bytes in string to print
27142 LD DE,27525 DE is set to address of initial colour definitions
27145 CALL 8252 Print a string routine
27148 JP 7341 Temporary colour values are made permanent
Prev: 27125 Up: Map Next: 27151