diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-28 22:46:39 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-12-05 21:11:17 -0600 |
commit | 9b3d1cfab61fff89cae64c093f28775fdbad1027 (patch) | |
tree | d446b1559526f144906cf4fc1a13ae3da07fea43 /include/constants/battle_palace.h | |
parent | be17c1602d31d6f7d6601f27f2808b79a5644f7f (diff) |
Set up Battle Dome and Tower macros
Diffstat (limited to 'include/constants/battle_palace.h')
-rw-r--r-- | include/constants/battle_palace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/battle_palace.h b/include/constants/battle_palace.h index f5a76c871..db9855101 100644 --- a/include/constants/battle_palace.h +++ b/include/constants/battle_palace.h @@ -12,8 +12,8 @@ #define BATTLE_PALACE_FUNC_SET_PRIZE 8 #define BATTLE_PALACE_FUNC_GIVE_PRIZE 9 -#define PALACE_DATA_PRIZE 0 -#define PALACE_DATA_STREAK 1 -#define PALACE_DATA_STREAK_ACTIVE 2 +#define PALACE_DATA_PRIZE 0 +#define PALACE_DATA_WIN_STREAK 1 +#define PALACE_DATA_WIN_STREAK_ACTIVE 2 #endif //GUARD_CONSTANTS_BATTLE_PALACE_H |