diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-07-24 21:18:36 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-07-24 21:18:36 -0700 |
commit | e92e2cb0aa31adf9872b147a1b6deb9d9844b7e8 (patch) | |
tree | b3e357be8cec0c64a84773a7b63f54f97825cbaf /include/text_window.h | |
parent | 156fb472e10c10751268d2339b2526c8bd07e34f (diff) | |
parent | 5883f867f00b8cc3f3630a8ab4aa2e9d21406949 (diff) |
Merge branch 'master' of github.com:pret/pokeemerald
Diffstat (limited to 'include/text_window.h')
-rw-r--r-- | include/text_window.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/text_window.h b/include/text_window.h index 20eab57c8..53a6df2e9 100644 --- a/include/text_window.h +++ b/include/text_window.h @@ -12,11 +12,11 @@ struct TilesPal extern const u8 gTextWindowFrame1_Gfx[]; extern const u16 gTextWindowFrame1_Pal[]; -const struct TilesPal* GetWindowFrameTilesPal(u8 id); -void copy_textbox_border_tile_patterns_to_vram(u8 windowId, u16 destOffset, u8 palOffset); +const struct TilesPal *GetWindowFrameTilesPal(u8 id); +void LoadMessageBoxGfx(u8 windowId, u16 destOffset, u8 palOffset); void LoadUserWindowBorderGfx(u8 windowId, u16 destOffset, u8 palOffset); void LoadWindowGfx(u8 windowId, u8 frameId, u16 destOffset, u8 palOffset); -void box_border_load_tiles_and_pal(u8 windowId, u16 destOffset, u8 palOffset); +void LoadUserWindowBorderGfx_(u8 windowId, u16 destOffset, u8 palOffset); void sub_8098858(u8 windowId, u16 tileNum, u8 palNum); void sub_80989E0(u8 windowId, u16 tileNum, u8 palNum); void rbox_fill_rectangle(u8 windowId); |