summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-19 02:17:21 -0500
committerGitHub <noreply@github.com>2021-01-19 02:17:21 -0500
commit419c897292dbfbc4f6d43880eb94597987e09e2c (patch)
tree36094eda149165d0e4dad545924b95f582d83838 /include/constants
parentac62e8e563f9e74493a394a21c1bd8fa1570b184 (diff)
parenta52d6e43794e0fa773f10dcebb820bd2bca8fc40 (diff)
Merge pull request #380 from GriffinRichards/sync-scaninc
Sync tools with pokeemerald
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/layouts.h4
-rw-r--r--include/constants/map_groups.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/constants/layouts.h b/include/constants/layouts.h
index 431ca198a..01a452970 100644
--- a/include/constants/layouts.h
+++ b/include/constants/layouts.h
@@ -1,6 +1,10 @@
#ifndef GUARD_CONSTANTS_LAYOUTS_H
#define GUARD_CONSTANTS_LAYOUTS_H
+//
+// DO NOT MODIFY THIS FILE! It is auto-generated from data/layouts/layouts.json
+//
+
#define LAYOUT_PALLET_TOWN_PLAYERS_HOUSE_1F 1
#define LAYOUT_PALLET_TOWN_PLAYERS_HOUSE_2F 2
#define LAYOUT_PALLET_TOWN_GARYS_HOUSE 3
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h
index 27e74b337..b087b2c33 100644
--- a/include/constants/map_groups.h
+++ b/include/constants/map_groups.h
@@ -1,6 +1,10 @@
#ifndef GUARD_CONSTANTS_MAP_GROUPS_H
#define GUARD_CONSTANTS_MAP_GROUPS_H
+//
+// DO NOT MODIFY THIS FILE! It is auto-generated from data/maps/map_groups.json
+//
+
// Map Group 0
#define MAP_BATTLE_COLOSSEUM_2P (0 | (0 << 8))
#define MAP_TRADE_CENTER (1 | (0 << 8))