diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-24 03:43:37 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-07-24 03:43:37 -0400 |
commit | 2439f42de4cdeeb87ee5e574926036707cd0dab6 (patch) | |
tree | 5c90e4594481acb6a04ccfdf09874f714623bcae /include/constants/map_groups.h | |
parent | 2e077f09e43e502a9ffaa93a916babe99b0d6e08 (diff) |
Add warnings to generated files
Diffstat (limited to 'include/constants/map_groups.h')
-rwxr-xr-x | include/constants/map_groups.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h index 17fe7ab53..aef9924fa 100755 --- 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_PETALBURG_CITY (0 | (0 << 8)) #define MAP_SLATEPORT_CITY (1 | (0 << 8)) |