summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-04-26 07:36:07 -0700
committerGitHub <noreply@github.com>2018-04-26 07:36:07 -0700
commit260ec0d276221c9252b2276a50587fb708f79fcf (patch)
tree3ae24d0475d4d0ac67f680908c6869122007e85d /include/graphics.h
parentec4cf65aa0c4194f5314f5b7c7b63264ce997b98 (diff)
parent7f2ac54fbee67b9e3ee0085f773d68d2d4aadcd7 (diff)
Merge pull request #602 from PikalaxALT/pokedex_area_screen
Pokedex Area Screen
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index d70aefac6..8e95d100d 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -3415,4 +3415,7 @@ extern const u16 gUnknown_08D1212C[];
extern const u16 gUnknown_08D1214C[];
extern const u8 Tiles_D129AC[];
+extern const u8 gAreaUnknownTiles[];
+extern const u16 gAreaUnknownPalette[];
+
#endif // GUARD_GRAPHICS_H