diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/quest_log.h | 1 | ||||
-rw-r--r-- | include/text_window_graphics.h | 1 | ||||
-rw-r--r-- | include/window.h | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 7f4bafada..cdd28371f 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -18,6 +18,7 @@ extern u8 gUnknown_3005E88; extern u16 gUnknown_3005E8C; extern struct UnkStruct_3005E90 gUnknown_3005E90; extern struct UnkStruct_203AE98 * gUnknown_3005E94; +extern const u16 gUnknown_84566A8[]; void sub_8112720(u8); void sub_8113550(u16, const u16 *); 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]; diff --git a/include/window.h b/include/window.h index d3ea8fbf0..eb35e94d2 100644 --- a/include/window.h +++ b/include/window.h @@ -7,7 +7,7 @@ enum { - WINDOW_PRIORITY, + WINDOW_BG, WINDOW_TILEMAP_LEFT, WINDOW_TILEMAP_TOP, WINDOW_WIDTH, @@ -19,7 +19,7 @@ enum struct WindowTemplate { - u8 priority; + u8 bg; u8 tilemapLeft; u8 tilemapTop; u8 width; |