![]() |
Routines |
Prev: 25708 | Up: Map | Next: 25749 |
IX enters pointing to an alien bullet structure. It's advanced one such structure. The value at _ALIEN_BULLET_COUNTER is decremented.
Used by the routines at move_alien_bullets and clear_alien_bullets.
|
||||||||||||||
next_alien_bullet | 25737 | INC IX | Alien bullet structure is just 2 bytes long | |||||||||||
25739 | INC IX | |||||||||||||
25741 | LD A,(_ALIEN_BULLET_COUNTER) | _ALIEN_BULLET_COUNTER is used as a bullet loop index in several bits of code | ||||||||||||
25744 | DEC A | |||||||||||||
25745 | LD (_ALIEN_BULLET_COUNTER),A | |||||||||||||
25748 | RET | Z flag will be set when loop is done |
Prev: 25708 | Up: Map | Next: 25749 |