mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-18 23:47:18 -05:00
10 lines
173 B
C
10 lines
173 B
C
#ifndef GUARD_TRAINER_IDS_H
|
|
#define GUARD_TRAINER_IDS_H
|
|
|
|
#include "global.h"
|
|
|
|
#define NO_OF_TRAINERS 854
|
|
#define TRAINER_ID_STEVEN 804
|
|
|
|
#endif // GUARD_TRAINER_IDS_H
|