summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-11 16:52:28 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-11 16:52:28 +0100
commit8ac17e09486006c7d2d066173c8fa907aceb72de (patch)
tree8e78f66bf9214a9ed6129d8dfddca171fda22e75 /include/graphics.h
parentb4d10ab7aba76bf9ab16f07cc9409083388c603d (diff)
move data from asm to pokeblock.c
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index ed0bfb108..24448308d 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -29,6 +29,11 @@ extern const u8 gInterfacePal_PremierBall[];
extern const u8 gOpenPokeballGfx[];
// pokeblock
+extern const u8 gMenuPokeblock_Gfx[];
+extern const u8 gMenuPokeblock_Pal[];
+extern const u8 gMenuPokeblock_Tilemap[];
+extern const u8 gMenuPokeblockDevice_Gfx[];
+extern const u8 gMenuPokeblockDevice_Pal[];
extern const u8 gPokeblockRed_Pal[];
extern const u8 gPokeblockBlue_Pal[];
extern const u8 gPokeblockPink_Pal[];