| Alien (BUGFIX 1.7) | Routines |
| Prev: 34743 | Up: Map | Next: 34882 |
|
Undo the cursor highlight — restore the saved attribute (SavedRowAttr) on the row under the cursor; two rows when the cell value is >= 70 (first word of a two-row label).
|
||||
| 34859 | LD A,(33683) | A = cursor row | ||
| 34862 | CALL 34920 | HL = its attribute address | ||
| 34865 | LD A,(33685) | cell value >= 70 (two-row label)? | ||
| 34868 | LD C,1 | C = number of rows to repaint | ||
| 34870 | CP 70 | |||
| 34872 | JR C,34875 | |||
| 34874 | INC C | yes: restore two rows | ||
| 34875 | LD A,(33684) | repaint the saved attribute | ||
| 34878 | CALL 31612 | FillAttrColumn over C rows | ||
| 34881 | RET | |||
| Prev: 34743 | Up: Map | Next: 34882 |