diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:05:51 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:05:51 -0500 |
commit | cbd2718b5e06afeaa86b2deb2ce740006d9ee389 (patch) | |
tree | 926885f4baa5671703707af2d76f65dc967167d8 /include/menu.h | |
parent | 73b0f9eb5358b839bfa5f3d1b4c4163fe893d428 (diff) | |
parent | 18c6b8efc21a509121ab4d6f5b9c8523689d27a2 (diff) |
Merge branch 'master' into link
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h index 24bfb7835..6b24a7a04 100644 --- a/include/menu.h +++ b/include/menu.h @@ -1,6 +1,7 @@ #ifndef GUARD_MENU_H #define GUARD_MENU_H +#include "text.h" #include "window.h" struct MenuAction @@ -32,5 +33,7 @@ s8 sub_8198C58(void); void copy_decompressed_tile_data_to_vram_autofree(u8 arg0, const void *arg1, bool32 arg2, u16 arg3, u8 arg4); void do_scheduled_bg_tilemap_copies_to_vram(void); void clear_scheduled_bg_copies_to_vram(void); +void AddTextPrinterParametrized2(u8 windowId, u8 fontId, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, struct TextColor *color, s8 speed, const u8 *str); +void sub_8197B1C(u8 windowId, bool8 copyToVram, u16 a2, u16 a3); #endif // GUARD_MENU_H |