summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-22 18:43:41 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-22 18:43:41 +0100
commit08ebf59e4441c8006f9f96ba189d53cd51a864c8 (patch)
tree6536e220b6e7128ec9ed1f32ad8fa44c49dbf5cd /include
parentcddd44834e1786b4cb88cf7723b9b7fa9ef15b09 (diff)
get rid of pointers in pokedex
Diffstat (limited to 'include')
-rw-r--r--include/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 0a38c9b82..8d52c27f1 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -238,4 +238,7 @@ extern const u8 gBattleTerrainPalette_StadiumGlacia[];
extern const u8 gBattleTerrainPalette_StadiumDrake[];
extern const u8 gBattleTerrainPalette_StadiumWallace[];
+extern const u8 gUnknown_08DC234C[];
+extern const u8 gUnknown_08DC16F4[];
+
#endif //GUARD_GRAPHICS_H