mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-29 13:45:36 -05:00
8 lines
152 B
C
8 lines
152 B
C
#ifndef GUARD_TRAINER_IDS_H
|
|
#define GUARD_TRAINER_IDS_H
|
|
|
|
#define NO_OF_TRAINERS 854
|
|
#define TRAINER_ID_STEVEN 804
|
|
|
|
#endif // GUARD_TRAINER_IDS_H
|