mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-26 01:19:29 -05:00
16 lines
437 B
C
16 lines
437 B
C
#ifndef GUARD_CONSTANTS_TRAINER_FAN_CLUB_H
|
|
#define GUARD_CONSTANTS_TRAINER_FAN_CLUB_H
|
|
|
|
#define FANCLUB_MEMBER1 0
|
|
#define FANCLUB_MEMBER2 1
|
|
#define FANCLUB_MEMBER3 2
|
|
#define FANCLUB_MEMBER4 3
|
|
#define FANCLUB_MEMBER5 4
|
|
#define FANCLUB_MEMBER6 5
|
|
#define FANCLUB_MEMBER7 6
|
|
#define FANCLUB_MEMBER8 7
|
|
|
|
#define NUM_TRAINER_FAN_CLUB_MEMBERS 8
|
|
|
|
#endif //GUARD_CONSTANTS_TRAINER_FAN_CLUB_H
|