diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-02 00:02:43 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-02 00:02:43 -0600 |
| commit | 145047d4389c68052ed8a5f4c1760238112004f3 (patch) | |
| tree | 87e719a61624f1220ba1a844f8e36ac4347cd31c /include/constants | |
| parent | a2186dcdd7cf4d288484ab36e4be860e0e49292c (diff) | |
| parent | b9cf4f27b5361408ff11e19e11921d0beb12050c (diff) | |
Merge pull request #416 from melthelesbian/fix_pokefan
fixes pokefan graphics naming
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/trainers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/trainers.h b/include/constants/trainers.h index 2ea9f7c62..a87624eb6 100644 --- a/include/constants/trainers.h +++ b/include/constants/trainers.h @@ -65,8 +65,8 @@ #define TRAINER_PIC_SCHOOL_KID_M 48 #define TRAINER_PIC_SCHOOL_KID_F 49 #define TRAINER_PIC_SR_AND_JR 50 -#define TRAINER_PIC_WINSTRATE_M 51 -#define TRAINER_PIC_WINSTRATE_F 52 +#define TRAINER_PIC_POKEFAN_M 51 +#define TRAINER_PIC_POKEFAN_F 52 #define TRAINER_PIC_YOUNGSTER 53 #define TRAINER_PIC_CHAMPION_WALLACE 54 #define TRAINER_PIC_FISHERMAN 55 |
