mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
8 lines
233 B
C
8 lines
233 B
C
#ifndef GUARD_CONSTANTS_ROULETTE_H
|
|
#define GUARD_CONSTANTS_ROULETTE_H
|
|
|
|
// Flag set in gSpecialVar_0x8004 when playing Roulette on a Game Corner service day
|
|
#define ROULETTE_SPECIAL_RATE (1 << 7)
|
|
|
|
#endif // GUARD_CONSTANTS_ROULETTE_H
|