diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 23:44:55 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 23:44:55 -0500 |
commit | 16dc234d9964e41443b965dc774a0ff60d3338fa (patch) | |
tree | 2bbdb33e455bdc37e81c388d4005eeebd50e36c0 /include/constants/cable_club.h | |
parent | 33a4b6848647bd18ca1d01e44d15624c195305a9 (diff) |
Some stdscript sync, start syncing cable_club.inc
Diffstat (limited to 'include/constants/cable_club.h')
-rw-r--r-- | include/constants/cable_club.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/constants/cable_club.h b/include/constants/cable_club.h new file mode 100644 index 000000000..f2aa4120c --- /dev/null +++ b/include/constants/cable_club.h @@ -0,0 +1,15 @@ +#ifndef GUARD_CONSTANTS_CABLE_CLUB_H +#define GUARD_CONSTANTS_CABLE_CLUB_H + +// States for VAR_CABLE_CLUB_STATE +#define USING_SINGLE_BATTLE 1 +#define USING_DOUBLE_BATTLE 2 +#define USING_TRADE_CENTER 3 +#define USING_RECORD_CORNER 4 +#define USING_MULTI_BATTLE 5 +#define USING_UNION_ROOM 6 +#define USING_BERRY_CRUSH 7 +#define USING_MINIGAME 8 +#define USING_BATTLE_TOWER 9 + +#endif //GUARD_CONSTANTS_CABLE_CLUB_H |