diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-04 11:07:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-04 11:07:10 -0400 |
commit | fa5bfc16279fe6c8c38392612796448495da896f (patch) | |
tree | a7d7974567e0a7904bc21d9401530db3005fee9e /include/graphics.h | |
parent | 41e1f9b2247615accc2674b052a322540cbe8c58 (diff) | |
parent | 252df94bc17bfbad311cd813f1e1ec8a2cb61956 (diff) |
Merge pull request #766 from DizzyEggg/pokenav_10
Decompile pokenav 10
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index ff62087b9..c39ad60b0 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4030,6 +4030,9 @@ extern const u32 gPokenavLeftHeaderBeauty_Gfx[]; extern const u32 gPokenavLeftHeaderCute_Gfx[]; extern const u32 gPokenavLeftHeaderSmart_Gfx[]; extern const u32 gPokenavLeftHeaderTough_Gfx[]; +extern const u16 gUnknown_08DDE010[]; +extern const u32 gUnknown_08DDE030[]; +extern const u32 gUnknown_08DDE12C[]; extern const u32 gPageInfoTilemap[]; extern const u32 gUnknown_08D98CC8[]; |