|  | Routines | 
| Prev: 36321 | Up: Map | Next: 36434 | 
| 
Used by the routine at 31688.
 | ||||
| 36415 | LD IX,24832 | Point IX at start of table of stars' movement data | ||
| 36419 | LD B,20 | Load B with 20 (as there are 20 stars to process) | ||
| 36421 | PUSH BC | Store BC (B = remaining number of stars to process) | ||
| 36422 | CALL 36273 | Reset star to point of origin and generate a new direction and movement data | ||
| 36425 | LD DE,9 | Load DE with 9 | ||
| 36428 | ADD IX,DE | Advance IX by 9 bytes | ||
| 36430 | POP BC | Restore BC | ||
| 36431 | DJNZ 36421 | Decrease B and repeat loop | ||
| 36433 | RET | Return | ||
| Prev: 36321 | Up: Map | Next: 36434 |