Prev: 25464 Up: Map Next: 26064
25614: Movement data table for starfield routine
Fifty 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
25614 DEFB 0,0,0,0,0,0,0,0,0
25623 DEFB 0,0,0,0,0,0,0,0,0
25632 DEFB 0,0,0,0,0,0,0,0,0
25641 DEFB 0,0,0,0,0,0,0,0,0
25650 DEFB 0,0,0,0,0,0,0,0,0
25659 DEFB 0,0,0,0,0,0,0,0,0
25668 DEFB 0,0,0,0,0,0,0,0,0
25677 DEFB 0,0,0,0,0,0,0,0,0
25686 DEFB 0,0,0,0,0,0,0,0,0
25695 DEFB 0,0,0,0,0,0,0,0,0
25704 DEFB 0,0,0,0,0,0,0,0,0
25713 DEFB 0,0,0,0,0,0,0,0,0
25722 DEFB 0,0,0,0,0,0,0,0,0
25731 DEFB 0,0,0,0,0,0,0,0,0
25740 DEFB 0,0,0,0,0,0,0,0,0
25749 DEFB 0,0,0,0,0,0,0,0,0
25758 DEFB 0,0,0,0,0,0,0,0,0
25767 DEFB 0,0,0,0,0,0,0,0,0
25776 DEFB 0,0,0,0,0,0,0,0,0
25785 DEFB 0,0,0,0,0,0,0,0,0
25794 DEFB 0,0,0,0,0,0,0,0,0
25803 DEFB 0,0,0,0,0,0,0,0,0
25812 DEFB 0,0,0,0,0,0,0,0,0
25821 DEFB 0,0,0,0,0,0,0,0,0
25830 DEFB 0,0,0,0,0,0,0,0,0
25839 DEFB 0,0,0,0,0,0,0,0,0
25848 DEFB 0,0,0,0,0,0,0,0,0
25857 DEFB 0,0,0,0,0,0,0,0,0
25866 DEFB 0,0,0,0,0,0,0,0,0
25875 DEFB 0,0,0,0,0,0,0,0,0
25884 DEFB 0,0,0,0,0,0,0,0,0
25893 DEFB 0,0,0,0,0,0,0,0,0
25902 DEFB 0,0,0,0,0,0,0,0,0
25911 DEFB 0,0,0,0,0,0,0,0,0
25920 DEFB 0,0,0,0,0,0,0,0,0
25929 DEFB 0,0,0,0,0,0,0,0,0
25938 DEFB 0,0,0,0,0,0,0,0,0
25947 DEFB 0,0,0,0,0,0,0,0,0
25956 DEFB 0,0,0,0,0,0,0,0,0
25965 DEFB 0,0,0,0,0,0,0,0,0
25974 DEFB 0,0,0,0,0,0,0,0,0
25983 DEFB 0,0,0,0,0,0,0,0,0
25992 DEFB 0,0,0,0,0,0,0,0,0
26001 DEFB 0,0,0,0,0,0,0,0,0
26010 DEFB 0,0,0,0,0,0,0,0,0
26019 DEFB 0,0,0,0,0,0,0,0,0
26028 DEFB 0,0,0,0,0,0,0,0,0
26037 DEFB 0,0,0,0,0,0,0,0,0
26046 DEFB 0,0,0,0,0,0,0,0,0
26055 DEFB 0,0,0,0,0,0,0,0,0
Prev: 25464 Up: Map Next: 26064