Prev: 6624 Up: Map Next: 6632
6629: Set objects as inactive.
Used by the routines at 60b7 and 6624.
Input
B Loop counter: either $0A or $0C.
HL Object to be updated: fuel pod or thruster animation.
6629 ld de,$0008 Increment value
662c ld (hl),$00 Reset first byte of object
662e add hl,de Set HL to beginning of next object
662f djnz $662c
6631 ret
Prev: 6624 Up: Map Next: 6632