diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-22 21:24:16 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-22 21:24:16 -0400 |
commit | 8249a58a2cedc0b3ec9f5033a4745c13e49a86ae (patch) | |
tree | 645556b36224baf1bfa1b37cfd70b09b8c04c09a /include/graphics.h | |
parent | 4dfc6699fedf01167987061e7cd63cc28245519a (diff) |
Split trainers and port species and move names
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 4e24cf9d8..638351be4 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2654,6 +2654,10 @@ extern const u32 gTrainerPalette_Collector[]; extern const u32 gTrainerPalette_Wally[]; extern const u32 gTrainerPalette_RSBrendan1[]; extern const u32 gTrainerPalette_RSMay1[]; +extern const u32 gTrainerPalette_LeafBackPic[]; +extern const u32 gTrainerPalette_RedBackPic[]; +extern const u32 gTrainerPalette_PokeDudeBackPic[]; +extern const u32 gTrainerPalette_OldManBackPic[]; extern const u32 gTrainerPalette_PokemonBreederM[]; extern const u32 gTrainerPalette_RSPokemonBreederF[]; extern const u32 gTrainerPalette_RSPokemonRangerM[]; |