2019-11-05 20:08:07 +00:00
|
|
|
#ifndef GUARD_CONSTANTS_MEVENT_H
|
|
|
|
#define GUARD_CONSTANTS_MEVENT_H
|
|
|
|
|
|
|
|
// mevent2.c
|
|
|
|
#define GET_NUM_STAMPS 0
|
|
|
|
#define GET_MAX_STAMPS 1
|
|
|
|
#define GET_CARD_BATTLES_WON 2
|
|
|
|
|
|
|
|
#define GET_NUM_STAMPS_INTERNAL 3
|
|
|
|
#define GET_MAX_STAMPS_INTERNAL 4
|
|
|
|
#define GET_CARD_BATTLES_WON_INTERNAL 0
|
|
|
|
|
|
|
|
#define REQUIRED_CARD_BATTLES 3
|
|
|
|
|
2021-10-14 16:12:16 +00:00
|
|
|
// Number of different types/colors of Wonder Card and News backgrounds
|
|
|
|
#define NUM_WONDER_BGS 8
|
|
|
|
|
2019-11-05 20:08:07 +00:00
|
|
|
#endif //GUARD_MEVENT_H
|