diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-21 16:54:16 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-21 16:54:16 -0400 |
commit | 303ce856ad307c9035a336ce7232a0c4decc4b98 (patch) | |
tree | 65dd5b6d65d056e33a723e16228199533ab8232e /include/constants | |
parent | ff594ccb8267623cc38528a3ad127a8b18585b1f (diff) |
Fix GET_CARD_BATTLE_LOST typo
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/mystery_gift.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/mystery_gift.h b/include/constants/mystery_gift.h index 07690e37c..8ff71c3aa 100644 --- a/include/constants/mystery_gift.h +++ b/include/constants/mystery_gift.h @@ -4,7 +4,7 @@ #define GET_NUM_STAMPS 0 #define GET_MAX_STAMPS 1 #define GET_CARD_BATTLES_WON 2 -#define GET_CARD_BATTLE_LOST 3 +#define GET_CARD_BATTLES_LOST 3 #define GET_CARD_NUM_TRADES 4 #define CARD_STAT_BATTLES_WON 0 |