From 6c2d5ea50d8b2505f7eccc4283bfc32961adfb92 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 19 May 2019 11:56:19 -0400 Subject: text_window_graphics --- include/text_window_graphics.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/text_window_graphics.h (limited to 'include/text_window_graphics.h') diff --git a/include/text_window_graphics.h b/include/text_window_graphics.h new file mode 100644 index 000000000..1d7b2b7c9 --- /dev/null +++ b/include/text_window_graphics.h @@ -0,0 +1,18 @@ +#ifndef GUARD_TEXT_WINDOW_GRAPHICS_H +#define GUARD_TEXT_WINDOW_GRAPHICS_H + +struct TextWindowGraphics +{ + const void * tiles; + const void * palette; +}; + +extern const u16 gUnknown_8471A4C[]; +extern const u16 gUnknown_8471B6C[]; +extern const u16 gUnknown_8471DEC[][16]; + +extern const struct TextWindowGraphics gUnknown_8471E8C[]; + +const struct TextWindowGraphics * sub_8069788(u8 idx); + +#endif //GUARD_TEXT_WINDOW_GRAPHICS_H -- cgit v1.2.3 From 348bd19fddefede38716607ffe0ecdb4ae199bea Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 20 May 2019 11:09:41 -0400 Subject: text_window --- include/text_window_graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/text_window_graphics.h') diff --git a/include/text_window_graphics.h b/include/text_window_graphics.h index 1d7b2b7c9..5fa78d955 100644 --- a/include/text_window_graphics.h +++ b/include/text_window_graphics.h @@ -7,6 +7,7 @@ struct TextWindowGraphics const void * palette; }; +extern const u16 gUnknown_8470B0C[]; extern const u16 gUnknown_8471A4C[]; extern const u16 gUnknown_8471B6C[]; extern const u16 gUnknown_8471DEC[][16]; -- cgit v1.2.3 From 2b750cf44491aee3b2fe8265afb4ac6620500afa Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 17 Jun 2019 10:21:32 -0400 Subject: Rename Item PC symbols --- include/text_window_graphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/text_window_graphics.h') diff --git a/include/text_window_graphics.h b/include/text_window_graphics.h index 5fa78d955..17e919705 100644 --- a/include/text_window_graphics.h +++ b/include/text_window_graphics.h @@ -8,11 +8,11 @@ struct TextWindowGraphics }; extern const u16 gUnknown_8470B0C[]; -extern const u16 gUnknown_8471A4C[]; -extern const u16 gUnknown_8471B6C[]; +extern const u16 gStdFrame0[]; +extern const u16 gStdFrame1[]; extern const u16 gUnknown_8471DEC[][16]; -extern const struct TextWindowGraphics gUnknown_8471E8C[]; +extern const struct TextWindowGraphics gUserFrames[]; const struct TextWindowGraphics * sub_8069788(u8 idx); -- cgit v1.2.3