summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2019-10-14 18:37:06 -0700
committerultima-soul <akshayjhanji@hotmail.com>2019-10-14 18:37:06 -0700
commit9d33d5600a88f05d7906dee166df3dd03601c1a0 (patch)
treef8f9c88b571da55b3a61ade11789092398cc453a /include/graphics.h
parentf3ee5e7511f429026680a1ffee82d18a313d9d32 (diff)
Move data to C.
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 1c0612fd1..9f1f39eaa 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -1036,4 +1036,11 @@ extern const u32 gBerryPouchBgPal0FemaleOverride[];
extern const u32 gBerryPouchSpritePalette[];
extern const u8 gBerryPouchBg1Tilemap[];
+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[];
+
#endif //GUARD_GRAPHICS_H