diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-25 10:08:54 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-25 10:08:54 -0400 |
commit | 5fbd9ca845dec2c98e24fdfdd3035543120afdd5 (patch) | |
tree | 3866b7db15fca664d8dc916cb9380c3227d998a3 /include/menu.h | |
parent | 1138ab2c4450c6aeac1941a346b0b26ff5fe5fd6 (diff) |
Sync names of other pokedex.c methods
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/menu.h b/include/menu.h index a6ff6050e..9b132bda2 100644 --- a/include/menu.h +++ b/include/menu.h @@ -69,7 +69,9 @@ u8 sub_8072A18(const u8 *, u8, u16, u8, u32); u8 unref_sub_8072A5C(u8 *, u8 *, u8, u16, u8, u32); int sub_8072AB0(const u8 *, u8, u16, u8, u8, u32); void MenuPrint_RightAligned(const u8 *, u8, u8); -void sub_8072B80(const u8 *, u8, u8, const u8 *); + +// Prints src aligned to right edge of widthRefStr in window defined by left and top +void MenuPrint_AlignedToRightOfReferenceString(const u8 *src, u8 left, u8 top, const u8 *widthRefStr); void MenuPrint_Centered(const u8 *, u8, u8, u16); u8 *AlignInt1InMenuWindow(u8 *, s32, u8, u8); u8 *AlignInt2InMenuWindow(u8 *, s32, u8, u8); |