text_window_graphics

This commit is contained in:
PikalaxALT
2019-05-19 11:56:19 -04:00
parent d045449298
commit 6c2d5ea50d
22 changed files with 174 additions and 44 deletions
+18
View File
@@ -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