diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-13 20:38:46 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-13 20:38:46 +0200 |
commit | a496a763ca54871e19e2482b550127e2aa709b05 (patch) | |
tree | 57444aa80fa54470f5dd1eaf6185c4af0fb3a8af /include/script_menu.h | |
parent | 74b81bf229ded3212ab77701aebd4e16799731ec (diff) |
Merge record mixing, pokemon and global with apprentice
Diffstat (limited to 'include/script_menu.h')
-rw-r--r-- | include/script_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/script_menu.h b/include/script_menu.h index c50bef00f..8870e80b9 100644 --- a/include/script_menu.h +++ b/include/script_menu.h @@ -13,5 +13,6 @@ s32 convert_pixel_width_to_tile_width(s32); u8 CreateWindowFromRect(u8, u8, u8, u8); void sub_80E2A78(u8); u32 display_text_and_get_width(const u8*, u32); +u8 sub_80E2D5C(u8 arg0, u8 tileWidth); #endif //GUARD_SCRIPT_MENU_H |