From d3f66a98ff76e35050138d79764eeb6a87e58a22 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Fri, 22 Feb 2019 11:40:32 -0600 Subject: Decompile more easy_chat --- include/graphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 48c00943b..6a1933ddd 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4889,5 +4889,8 @@ extern const u16 gFrontierPassMedalsGold_Pal[]; extern const u16 gFrontierPassMedalsSilver_Pal[]; extern const u16 gFrontierPassMapCursor_Pal[]; +// Easy Chat Screen +extern const u32 gEasyChatWindow_Gfx[]; +extern const u32 gEasyChatWindow_Tilemap[]; #endif //GUARD_GRAPHICS_H -- cgit v1.2.3 From 788caa4fe2fcc7bd4673e947f8f30a0a0d3899ef Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sat, 23 Feb 2019 13:34:01 +0100 Subject: pokenav --- include/graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 48c00943b..d4696bc8b 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4010,6 +4010,7 @@ extern const u32 gCreditsCopyrightEnd_Gfx[]; //pokenav extern const u8 gPokenavConditionMarker_Gfx[]; extern const u16 gPokenavConditionMarker_Pal[]; +extern const u16 gPokenavLeftHeader_Pal[]; extern const u16 gPokenavHeader_Pal[]; extern const u32 gPokenavHeader_Gfx[]; extern const u32 gPokenavHeader_Tilemap[]; -- cgit v1.2.3 From f34903bc45b157bb5fe2bb7074122713eadb920b Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sat, 23 Feb 2019 12:59:20 -0600 Subject: Decompile more easy_chat.c --- include/graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 6a1933ddd..7cc847524 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4892,5 +4892,6 @@ extern const u16 gFrontierPassMapCursor_Pal[]; // Easy Chat Screen extern const u32 gEasyChatWindow_Gfx[]; extern const u32 gEasyChatWindow_Tilemap[]; +extern const u16 gEasyChatMode_Pal[]; #endif //GUARD_GRAPHICS_H -- cgit v1.2.3