summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-15 00:00:01 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-17 23:14:14 -0500
commitbe08a662a8a798f0b630a6ea464568aaec199ad7 (patch)
tree696b77d81eb37e39508147fd4921903526553b32 /include
parenta4aaf279ac4a2033b511ddf8d49463c024306112 (diff)
More data moved into C code
Diffstat (limited to 'include')
-rw-r--r--include/graphics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 2ac2f2a5a..48c00943b 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4013,6 +4013,11 @@ extern const u16 gPokenavConditionMarker_Pal[];
extern const u16 gPokenavHeader_Pal[];
extern const u32 gPokenavHeader_Gfx[];
extern const u32 gPokenavHeader_Tilemap[];
+extern const u32 gPokenavLeftHeaderHoennMap_Gfx[];
+extern const u32 gPokenavLeftHeaderMainMenu_Gfx[];
+extern const u32 gPokenavLeftHeaderCondition_Gfx[];
+extern const u32 gPokenavLeftHeaderRibbons_Gfx[];
+extern const u32 gPokenavLeftHeaderMatchCall_Gfx[];
extern const u32 gUnknown_08D9862C[];
extern const u32 gUnknown_08D98CC8[];