Prev: 7B23 Up: Map Next: 7CA4
7C84: Paths : Table of path offsets.
Each offset is used for calculating the coordinate of a column at the edge of the screen in direction of travel.
Input
Output
Offset when moving left.
Table_PathOffsets_Left 7C84 DEFW $FFDE North
7C86 DEFW $FFE0
7C88 DEFW $FFDE East
7C8A DEFW $FFE0
7C8C DEFW $0020 South
7C8E DEFW $0022
7C90 DEFW $0020 West
7C92 DEFW $0022
Offset for moving right.
Table_PathOffsets_Right 7C94 DEFW $0020 North
7C96 DEFW $0022
7C98 DEFW $0020 East
7C9A DEFW $0022
7C9C DEFW $FFDE South
7C9E DEFW $FFE0
7CA0 DEFW $FFDE West
7CA2 DEFW $FFE0
Prev: 7B23 Up: Map Next: 7CA4