summaryrefslogtreecommitdiff
path: root/include/region_map_sections.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-11-27 17:29:29 -0600
committerGitHub <noreply@github.com>2017-11-27 17:29:29 -0600
commitb6934e4429a269240d2266663e1c3f75505e3d09 (patch)
treeda1790227e6ab7707e6ff7dde17aca23eda6a41b /include/region_map_sections.h
parent5498eaf94849bbc7b56d8c280862b61ecefa0643 (diff)
parent8fd1e16862f119cf9cb25b7411cda0c8f7c4e354 (diff)
Merge pull request #479 from camthesaxman/landmark_data
convert landmark data to C
Diffstat (limited to 'include/region_map_sections.h')
-rwxr-xr-xinclude/region_map_sections.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/region_map_sections.h b/include/region_map_sections.h
index 3b7c5d9eb..a3bd60b59 100755
--- a/include/region_map_sections.h
+++ b/include/region_map_sections.h
@@ -53,8 +53,8 @@ enum
MAPSEC_Route132, // 0x2F
MAPSEC_Route133, // 0x30
MAPSEC_Route134, // 0x31
- MAPSEC_MtChimney, // 0x38
- MAPSEC_Nothing, // 0x58
+ MAPSEC_MtChimney = 0x38, // 0x38
+ MAPSEC_Nothing = 0x58, // 0x58
};
#endif // GUARD_REGIONMAPSEC_H