summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-11-27 11:12:05 -0500
committerGitHub <noreply@github.com>2020-11-27 11:12:05 -0500
commitf8a1bf14fbb4dae6ffb93b921e6b590e8cef5a4d (patch)
tree1f6ccd9f670f08250e2e70bc7bc31acc4b85c57c /include/graphics.h
parent7377bc438bcf9b0c1bfa4478d6ab794ad8cdde89 (diff)
parentf2e7684b177c5dec2958e2ba81b1ae237c9e15e5 (diff)
Merge pull request #371 from GriffinRichards/data-pokedex
Move pokedex_screen data from asm to C
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 04cafced8..64ae039f8 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4930,4 +4930,8 @@ extern const u16 gPSSMenu_Pal[];
extern const u16 gUnknown_8E9C3F8[];
extern const u16 gUnknown_8E9C418[];
+// pokedex_screen
+extern const u16 gUnknown_8E9C14C[];
+extern const u16 gUnknown_8E9C16C[];
+
#endif //GUARD_GRAPHICS_H