Prev: 24064 Up: Map Next: 25012
24832: Movement data table for starfield routine
Twenty groups of nine bytes, one group per star. The values are:
Offset Effect
0 x-coordinate
1 y-coordinate
2 0 if magnitude of y-component of direction > magnitude of x-component of direction, otherwise x-component of direction (i.e. -1 or +1)
3 0 if magnitude of y-component of direction <= magnitude of x-component of direction, otherwise y-component of direction (i.e. -1 or +1)
4 x-component of direction (i.e. -1 for moving left, +1 for moving right)
5 y-component of direction (i.e. -1 for moving down, +1 for moving up)
6 Running "ratio" value which determines whether star is due to move in x-direction only, y-direction only or x- and y-directions together
7 Larger of magnitude of x-component of direction and magnitude of y-component of direction
8 Smaller of magnitude of x-component of direction and magnitude of y-component of direction
24832 DEFB 0,0,0,0,0,0,0,0,0
24841 DEFB 0,0,0,0,0,0,0,0,0
24850 DEFB 0,0,0,0,0,0,0,0,0
24859 DEFB 0,0,0,0,0,0,0,0,0
24868 DEFB 0,0,0,0,0,0,0,0,0
24877 DEFB 0,0,0,0,0,0,0,0,0
24886 DEFB 0,0,0,0,0,0,0,0,0
24895 DEFB 0,0,0,0,0,0,0,0,0
24904 DEFB 0,0,0,0,0,0,0,0,0
24913 DEFB 0,0,0,0,0,0,0,0,0
24922 DEFB 0,0,0,0,0,0,0,0,0
24931 DEFB 0,0,0,0,0,0,0,0,0
24940 DEFB 0,0,0,0,0,0,0,0,0
24949 DEFB 0,0,0,0,0,0,0,0,0
24958 DEFB 0,0,0,0,0,0,0,0,0
24967 DEFB 0,0,0,0,0,0,0,0,0
24976 DEFB 0,0,0,0,0,0,0,0,0
24985 DEFB 0,0,0,0,0,0,0,0,0
24994 DEFB 0,0,0,0,0,0,0,0,0
25003 DEFB 0,0,0,0,0,0,0,0,0
Prev: 24064 Up: Map Next: 25012