![]() |
Routines |
| Prev: 26870 | Up: Map | Next: 26907 |
|
Used by the routines at DrawSpriteObject and DrawLargeSprite.
|
||||
| ScreenBufferToAttributeBuffer | 26896 | LD A,H | A=H. | |
| 26897 | SUB 72 | A-=72. | ||
| 26899 | SBC A,A | A-=A (with carry). | ||
| 26900 | ADD A,89 | A+=89. | ||
| 26902 | LD H,A | H=A. | ||
| 26903 | LD A,(HL) | A=*HL. | ||
| 26904 | PUSH HL | DE'=HL (using the stack). | ||
| 26905 | EXX | |||
| 26906 | POP DE | |||
|
Continue on to ColouriseSprite.
|
||||
| Prev: 26870 | Up: Map | Next: 26907 |