-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Macro'd landmarks, cleaned up comments
- Loading branch information
1 parent
a2ce32b
commit ba9d382
Showing
6 changed files
with
76 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
; Fly point indexes (see data/flypoint) | ||
const_def | ||
|
||
const FLY_POINT_SILENT_HILL ; 0 | ||
const FLY_POINT_OLD ; 1 | ||
const FLY_POINT_WEST ; 2 | ||
const FLY_POINT_HAITEKU ; 3 | ||
const FLY_POINT_FONTO ; 4 | ||
const FLY_POINT_BAADON ; 5 | ||
const FLY_POINT_NEWTYPE ; 6 | ||
const FLY_POINT_SUGAR ; 7 | ||
const FLY_POINT_BULL_FOREST ; 8 | ||
const FLY_POINT_STAND ; 9 | ||
const FLY_POINT_KANTO ; 10 | ||
const FLY_POINT_PRINCE ; 11 | ||
const FLY_POINT_MT_FUJI ; 12 | ||
const FLY_POINT_SOUTH ; 13 | ||
const FLY_POINT_NORTH ; 14 | ||
const FLY_POINT_SILENT_HILL ; 0 | ||
const FLY_POINT_OLD ; 1 | ||
const FLY_POINT_WEST ; 2 | ||
const FLY_POINT_HAITEKU ; 3 | ||
const FLY_POINT_FONTO ; 4 | ||
const FLY_POINT_BAADON ; 5 | ||
const FLY_POINT_NEWTYPE ; 6 | ||
const FLY_POINT_SUGAR ; 7 | ||
const FLY_POINT_BULL_FOREST ; 8 | ||
const FLY_POINT_STAND ; 9 | ||
const FLY_POINT_KANTO ; 10 | ||
const FLY_POINT_PRINCE ; 11 | ||
const FLY_POINT_MT_FUJI ; 12 | ||
const FLY_POINT_SOUTH ; 13 | ||
const FLY_POINT_NORTH ; 14 | ||
|
||
; Unused? | ||
|
||
const FLY_POINT_ROUTE_15 ; 15 | ||
const FLY_POINT_ROUTE_18 ; 16 | ||
const FLY_POINT_ROUTE_15 ; 15 | ||
const FLY_POINT_ROUTE_18 ; 16 | ||
|
||
DEF FLY_POINT_N_A EQU $FF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters