Routines |
Prev: 29184 | Up: Map | Next: 29225 |
Used by the routine at 27865.
|
||||
29205 | INC HL | Read next parameter into A... | ||
29206 | LD A,(HL) | ... | ||
29207 | CP 245 | If parameter is 245... | ||
29209 | JP Z,28060 | ...then return to room drawing routine and process next data | ||
29212 | EX AF,AF' | Switch AF | ||
29213 | CALL 29441 | Read two bytes AFTER HL position into BC, advancing HL before both reads | ||
29216 | PUSH HL | Store HL | ||
29217 | CALL 36569 | Update virtual attribute cursor storage location to position (C, B) and point HL to corresponding attribute file address | ||
29220 | EX AF,AF' | Switch AF | ||
29221 | LD (HL),A | Paint attribute data at coordinates in BC | ||
29222 | POP HL | Restore HL | ||
29223 | JR 29205 | Jump back to start of this routine |
Prev: 29184 | Up: Map | Next: 29225 |