![]() |
Routines |
| Prev: 73E4 | Up: Map | Next: 7423 |
|
Used by the routine at 7058.
|
||||
| 7414 | CALL $6F29 | Clear the message line | ||
|
This entry point is used by the routine at 6592 to display the remaining first aid kits.
|
||||
| 7417 | LD A,($7FEF) | 7FEF holds the number of first aid kits | ||
| 741A | LD HL,$5AE8 | Point HL at the attribute byte for the leftmost first aid kit in the icon panel | ||
| 741D | LD BC,$0832 | B=0x08, C=0x32 (INK 2: PAPER 6) | ||
| 7420 | JP $76B2 | Set the attribute bytes for the first aid kits | ||
| Prev: 73E4 | Up: Map | Next: 7423 |