diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-05 09:49:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 09:49:21 -0400 |
commit | f5e18718d95cd6da312cd8f9bae19d356a54af12 (patch) | |
tree | f5095cd68e1ae2b72b9f895c74dd183c229b64d4 /include/graphics.h | |
parent | 1fc64b85824a49345b0fcd9672a65bf4e6acf3db (diff) | |
parent | 463e1eb6b836be8f6f1b9465ada1072a4d3d37d6 (diff) |
Merge pull request #702 from PikalaxALT/pokenav_unk_2
Pokenav unk 2
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index c39ad60b0..d1d99cc8f 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4950,4 +4950,11 @@ extern const u16 gUsePokeblockCondition_Pal[]; extern const u32 gUnknown_08DE34B8[]; extern const u16 gUnknown_08DE3398[]; +// Pokenav +extern const u32 gPokenavMessageBox_Gfx[]; +extern const u32 gPokenavMessageBox_Tilemap[]; +extern const u16 gPokenavMessageBox_Pal[]; +extern const u32 gPokenavOptions_Gfx[]; +extern const u16 gPokenavOptions_Pal[]; + #endif //GUARD_GRAPHICS_H |