-
Notifications
You must be signed in to change notification settings - Fork 73
Correct Town Names and Silent Hill dungeon name. #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,45 +1,45 @@ | ||
| const_def | ||
| const LANDMARK_NONE ; 00 | ||
| const LANDMARK_NORTH ; 01 | ||
| const LANDMARK_BULL_FOREST_ROUTE_3 ; 02 | ||
| const LANDMARK_BULL_FOREST ; 03 | ||
| const LANDMARK_BULL_FOREST_ROUTE_2 ; 04 | ||
| const LANDMARK_STAND ; 05 | ||
| const LANDMARK_STAND_ROUTE ; 06 | ||
| const LANDMARK_KANTO_EAST_ROUTE ; 07 | ||
| const LANDMARK_KANTO ; 08 | ||
| const LANDMARK_ROUTE_SILENT_EAST ; 09 | ||
| const LANDMARK_SILENT_HILL ; 0a | ||
| const LANDMARK_PRINCE ; 0b | ||
| const LANDMARK_MT_FUJI ; 0c | ||
| const LANDMARK_ROUTE_1_P1 ; 0d | ||
| const LANDMARK_ROUTE_1_P2 ; 0e | ||
| const LANDMARK_OLD_CITY ; 0f | ||
| const LANDMARK_ROUTE_2 ; 10 | ||
| const LANDMARK_WEST ; 11 | ||
| const LANDMARK_BAADON_ROUTE_1 ; 12 | ||
| const LANDMARK_BAADON ; 13 | ||
| const LANDMARK_BAADON_ROUTE_2 ; 14 | ||
| const LANDMARK_BAADON_ROUTE_3 ; 15 | ||
| const LANDMARK_ROUTE_15 ; 16 | ||
| const LANDMARK_NEWTYPE ; 17 | ||
| const LANDMARK_SUGAR_ROUTE ; 18 | ||
| const LANDMARK_SUGAR ; 19 | ||
| const LANDMARK_NEWTYPE_ROUTE ; 1a | ||
| const LANDMARK_ROUTE_18 ; 1b | ||
| const LANDMARK_BULL_FOREST_ROUTE_1 ; 1c | ||
| const LANDMARK_1C ; 1d | ||
| const LANDMARK_1D ; 1e | ||
| const LANDMARK_FONTO_ROUTE_3 ; 1f | ||
| const LANDMARK_FONTO ; 20 | ||
| const LANDMARK_FONTO_ROUTE_2 ; 21 | ||
| const LANDMARK_FONTO_ROUTE_6 ; 22 | ||
| const LANDMARK_FONTO_ROUTE_5 ; 23 | ||
| const LANDMARK_SOUTH ; 24 | ||
| const LANDMARK_FONTO_ROUTE_1 ; 25 | ||
| const LANDMARK_HAITEKU_WEST_ROUTE_OCEAN ; 26 | ||
| const LANDMARK_HAITEKU_WEST_ROUTE ; 27 | ||
| const LANDMARK_HAITEKU ; 28 | ||
| const LANDMARK_WASTE_BRIDGE ; 29 | ||
| const LANDMARK_FONTO_ROUTE_4 ; 2a | ||
| const LANDMARK_FONTO_BRIDGE ; 2b | ||
| const LANDMARK_NONE ; 00 | ||
| const LANDMARK_NORTH ; 01 | ||
| const LANDMARK_BLUE_FOREST_ROUTE_3 ; 02 | ||
| const LANDMARK_BLUE_FOREST ; 03 | ||
| const LANDMARK_BLUE_FOREST_ROUTE_2 ; 04 | ||
| const LANDMARK_STAND ; 05 | ||
| const LANDMARK_STAND_ROUTE ; 06 | ||
| const LANDMARK_KANTO_EAST_ROUTE ; 07 | ||
| const LANDMARK_KANTO ; 08 | ||
| const LANDMARK_ROUTE_SILENT_EAST ; 09 | ||
| const LANDMARK_SILENT_HILL ; 0a | ||
| const LANDMARK_PRINCE ; 0b | ||
| const LANDMARK_MT_FUJI ; 0c | ||
| const LANDMARK_ROUTE_1_P1 ; 0d | ||
| const LANDMARK_ROUTE_1_P2 ; 0e | ||
| const LANDMARK_OLD_CITY ; 0f | ||
| const LANDMARK_ROUTE_2 ; 10 | ||
| const LANDMARK_WEST ; 11 | ||
| const LANDMARK_BIRDON_ROUTE_1 ; 12 | ||
| const LANDMARK_BIRDON ; 13 | ||
| const LANDMARK_BIRDON_ROUTE_2 ; 14 | ||
| const LANDMARK_BIRDON_ROUTE_3 ; 15 | ||
| const LANDMARK_ROUTE_15 ; 16 | ||
| const LANDMARK_NEWTYPE ; 17 | ||
| const LANDMARK_SUGAR_ROUTE ; 18 | ||
| const LANDMARK_SUGAR ; 19 | ||
| const LANDMARK_NEWTYPE_ROUTE ; 1a | ||
| const LANDMARK_ROUTE_18 ; 1b | ||
| const LANDMARK_BLUE_FOREST_ROUTE_1 ; 1c | ||
| const LANDMARK_1C ; 1d | ||
| const LANDMARK_1D ; 1e | ||
| const LANDMARK_FONT_ROUTE_3 ; 1f | ||
| const LANDMARK_FONT ; 20 | ||
| const LANDMARK_FONT_ROUTE_2 ; 21 | ||
| const LANDMARK_FONT_ROUTE_6 ; 22 | ||
| const LANDMARK_FONT_ROUTE_5 ; 23 | ||
| const LANDMARK_SOUTH ; 24 | ||
| const LANDMARK_FONT_ROUTE_1 ; 25 | ||
| const LANDMARK_HIGH_TECH_WEST_ROUTE_OCEAN ; 26 | ||
| const LANDMARK_HIGH_TECH_WEST_ROUTE ; 27 | ||
| const LANDMARK_HIGH_TECH ; 28 | ||
| const LANDMARK_WASTE_BRIDGE ; 29 | ||
| const LANDMARK_FONT_ROUTE_4 ; 2a | ||
| const LANDMARK_FONT_BRIDGE ; 2b |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.