summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-24 17:14:11 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-04-24 17:14:11 -0400
commit2ef974d7766f899bbe3c3d4af8974232c6a13610 (patch)
treec41ad3c5c843fed4367b70000363b85e4ec0c549 /include/constants
parent1d28c9820f3435b458bc73712f6c5902715efaa7 (diff)
Decompile seagallop
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/maps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/maps.h b/include/constants/maps.h
index 8a8a023a8..5fb5f88fa 100644
--- a/include/constants/maps.h
+++ b/include/constants/maps.h
@@ -9,4 +9,6 @@
#define MAP_GROUP(map) (MAP_##map >> 8)
#define MAP_NUM(map) (MAP_##map & 0xFF)
+#define MAP(map) MAP_GROUP(map), MAP_NUM(map)
+
#endif // GUARD_CONSTANTS_MAPS_H