![]() |
Routines |
| Prev: A399 | Up: Map | Next: A3AA |
|
|
||||
| A39F | LD HL,$A39B | Increment the horizontal position in data buffer to point to the next icon | ||
| A3A2 | INC (HL) | |||
| A3A3 | INC (HL) | |||
| A3A4 | POP HL | Restore HL | ||
| A3A5 | INC HL | Increment HL to point the addres to the next graphics data offset at A3AA | ||
| A3A6 | POP BC | Restore BC | ||
| A3A7 | DJNZ $A38A | Jump back until all three smartbomb icons has been displayed | ||
| A3A9 | RET | |||
| Prev: A399 | Up: Map | Next: A3AA |