diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-10 21:54:00 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-13 18:20:55 -0600 |
commit | ef8370566f14c22b9927db09b8ff69a98049c796 (patch) | |
tree | f0b6bc3021d2d0b5927346eff282f0f12ff16960 /include/constants/layouts.h | |
parent | af83b41dd19a49121f23d188015959d8072e4d7f (diff) |
Document Contest scripts
Diffstat (limited to 'include/constants/layouts.h')
-rwxr-xr-x | include/constants/layouts.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/constants/layouts.h b/include/constants/layouts.h index fd64196e0..5e134b119 100755 --- a/include/constants/layouts.h +++ b/include/constants/layouts.h @@ -225,18 +225,18 @@ #define LAYOUT_TRADE_CENTER 222 #define LAYOUT_RECORD_CORNER 223 #define LAYOUT_BATTLE_COLOSSEUM_4P 224 -#define LAYOUT_LINK_CONTEST_ROOM1 225 +#define LAYOUT_CONTEST_HALL 225 #define LAYOUT_UNKNOWN_LINK_CONTEST_ROOM_25_29 226 #define LAYOUT_UNKNOWN_LINK_CONTEST_ROOM_25_30 227 #define LAYOUT_UNKNOWN_LINK_CONTEST_ROOM_25_31 228 #define LAYOUT_UNKNOWN_LINK_CONTEST_ROOM_25_32 229 #define LAYOUT_UNKNOWN_LINK_CONTEST_ROOM_25_33 230 #define LAYOUT_UNKNOWN_LINK_CONTEST_ROOM_25_34 231 -#define LAYOUT_LINK_CONTEST_ROOM2 232 -#define LAYOUT_LINK_CONTEST_ROOM3 233 -#define LAYOUT_LINK_CONTEST_ROOM4 234 -#define LAYOUT_LINK_CONTEST_ROOM5 235 -#define LAYOUT_LINK_CONTEST_ROOM6 236 +#define LAYOUT_CONTEST_HALL_BEAUTY 232 +#define LAYOUT_CONTEST_HALL_TOUGH 233 +#define LAYOUT_CONTEST_HALL_COOL 234 +#define LAYOUT_CONTEST_HALL_SMART 235 +#define LAYOUT_CONTEST_HALL_CUTE 236 #define LAYOUT_INSIDE_OF_TRUCK 237 #define LAYOUT_SAFARI_ZONE_NORTHWEST 238 #define LAYOUT_SAFARI_ZONE_NORTH 239 |