From 252df94bc17bfbad311cd813f1e1ec8a2cb61956 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 4 Aug 2019 13:53:00 +0200 Subject: Decompile pokenav 10 --- include/graphics.h | 3 +++ include/pokenav.h | 2 +- include/strings.h | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/graphics.h b/include/graphics.h index bbb70590d..82ad960fc 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[]; diff --git a/include/pokenav.h b/include/pokenav.h index 69a9f1f58..380e61dda 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -11,7 +11,7 @@ struct PokenavSub18 { u16 unk0; u16 unk2; - struct + struct PokenavMonList { u8 boxId; u8 monId; diff --git a/include/strings.h b/include/strings.h index d1a90cfaa..b830bfa41 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2766,6 +2766,9 @@ extern const u8 gUnknown_085EC017[]; extern const u8 gUnknown_085EC01C[]; extern const u8 gUnknown_085EC022[]; +// pokenav_unk_10 +extern const u8 gText_RibbonsF700[]; + // use_pokeblock extern const u8 gText_Coolness[]; extern const u8 gText_Toughness[]; -- cgit v1.2.3