|  | Routines | 
| Prev: A1F1 | Up: Map | Next: A202 | 
|  | ||||
| A1F7 | LD HL,$A1F3 | Increment the horizontal position in data buffer to point to the next icon | ||
| A1FA | INC (HL) | |||
| A1FB | INC (HL) | |||
| A1FC | POP HL | Restore HL | ||
| A1FD | INC HL | Increment HL to point the addres to the next graphics data offser at A202 | ||
| A1FE | POP BC | Restore BC | ||
| A1FF | DJNZ $A1E2 | Jump back until all three smartbomb icons has been displayed | ||
| A201 | RET | |||
| Prev: A1F1 | Up: Map | Next: A202 |