From 518865d8d9d6d35ca40478570c51c33ca1477d6d Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 2 May 2019 16:19:25 -0400 Subject: sub_81C9A10 --- include/graphics.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 4e558b508..9b7bc1e0e 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4941,4 +4941,9 @@ extern const u16 gPokenavConditionCancel_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[]; + #endif //GUARD_GRAPHICS_H -- cgit v1.2.3 From f13e1c78b23c5b9bccb8288ff1ba575f66e53afc Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 2 May 2019 17:50:42 -0400 Subject: through sub_81CA0EC --- include/graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 9b7bc1e0e..161633e17 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4945,5 +4945,7 @@ extern const u16 gUnknown_08DE3398[]; 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 -- cgit v1.2.3