summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/constants/trainers.h2
-rw-r--r--include/data.h4
-rw-r--r--include/graphics.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/include/constants/trainers.h b/include/constants/trainers.h
index a2392eda1..310965fa0 100644
--- a/include/constants/trainers.h
+++ b/include/constants/trainers.h
@@ -59,7 +59,7 @@
#define TRAINER_PIC_WALLY 55
#define TRAINER_PIC_RS_BRENDAN_1 56
#define TRAINER_PIC_RS_MAY_1 57
-#define TRAINER_PIC_RS_POKEMON_BREEDER_M 58
+#define TRAINER_PIC_POKEMON_BREEDER_M 58
#define TRAINER_PIC_RS_POKEMON_BREEDER_F 59
#define TRAINER_PIC_RS_POKEMON_RANGER_M 60
#define TRAINER_PIC_RS_POKEMON_RANGER_F 61
diff --git a/include/data.h b/include/data.h
index 9f1a10f47..99594209b 100644
--- a/include/data.h
+++ b/include/data.h
@@ -58,7 +58,7 @@ extern const struct SpriteFrameImage gTrainerBackPicTable_Red[];
extern const struct SpriteFrameImage gTrainerBackPicTable_Leaf[];
extern const struct SpriteFrameImage gTrainerBackPicTable_PokeDude[];
extern const struct SpriteFrameImage gTrainerBackPicTable_OldMan[];
-extern const struct SpriteFrameImage gTrainerBackPicTable_RubySapphireBrendan[];
-extern const struct SpriteFrameImage gTrainerBackPicTable_RubySapphireMay[];
+extern const struct SpriteFrameImage gTrainerBackPicTable_RSBrendan[];
+extern const struct SpriteFrameImage gTrainerBackPicTable_RSMay[];
#endif // GUARD_DATA_H
diff --git a/include/graphics.h b/include/graphics.h
index bd6c2c800..a82f200d3 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -3453,8 +3453,8 @@ extern const u8 gTrainerBackPic_Red[];
extern const u8 gTrainerBackPic_Leaf[];
extern const u8 gTrainerBackPic_PokeDude[];
extern const u8 gTrainerBackPic_OldMan[];
-extern const u8 gTrainerBackPic_RubySapphireBrendan[];
-extern const u8 gTrainerBackPic_RubySapphireMay[];
+extern const u8 gTrainerBackPic_RSBrendan[];
+extern const u8 gTrainerBackPic_RSMay[];
// mail
extern const u16 gFile_graphics_mail_orange_palette_pal[];