Routines |
Prev: 24841 | Up: Map | Next: 24875 |
|
||||||||
24852 | LD B,A | B=A. | ||||||
24853 | CALL 24822 | Call 24822. | ||||||
24856 | LD A,(DE) | Check if the current attribute byte is 47? | ||||||
24857 | CP 47 | |||||||
24859 | NOP | No operation... | ||||||
24860 | NOP | |||||||
24861 | RET Z | Return if it is. | ||||||
24862 | LD A,C | Write C to DE (attribute buffer). | ||||||
24863 | LD (DE),A | |||||||
24864 | LD A,B | A=B. | ||||||
24865 | CALL ScreenBufferAddress | Call ScreenBufferAddress. | ||||||
24868 | CALL Address_UDG | Call Address_UDG. | ||||||
24871 | CALL Draw_UDG | Call Draw_UDG. | ||||||
24874 | RET | Return. |
Prev: 24841 | Up: Map | Next: 24875 |