summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-04-18 14:12:51 -0500
committerGitHub <noreply@github.com>2018-04-18 14:12:51 -0500
commitd10844f1feaf1e9add59685e037fab7ad0027dce (patch)
tree932a43254cff7cd4b3d480ab1a2c25cf9efa0b95 /include/graphics.h
parent4e63a52832f4a443e24df4f38503e3b449b54e45 (diff)
parentdc759a501b7dfa183b64ea68fbd9437f04e39e74 (diff)
Merge pull request #237 from KDSKardabox/master
Decompile mon markings, rotating_gate & field_camera
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 9afcb75ad..1313ddc3a 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2864,4 +2864,8 @@ extern const u8 gBerryPalette_Enigma[];
//credits
extern const u8 gCreditsCopyrightEnd_Gfx[];
+//pokenav condition marker
+extern const u8 gPokenavConditionMarker_Gfx[];
+extern const u16 gPokenavConditionMarker_Pal[];
+
#endif //GUARD_GRAPHICS_H