diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-15 00:46:25 -0700 |
---|---|---|
committer | drifloony <drifloony@users.noreply.github.com> | 2017-07-15 00:51:31 -0700 |
commit | 944b907a2624c1cd5144e8fffe224b509676b844 (patch) | |
tree | 0743d9cb10327706f4481be204eda934d9b65b38 /include/menu.h | |
parent | a0e590b739a2bdd8e76c004ae60662bd81d33ca9 (diff) |
decompile battle_records
Diffstat (limited to 'include/menu.h')
-rwxr-xr-x | include/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu.h b/include/menu.h index 9b48ab79b..24103f276 100755 --- a/include/menu.h +++ b/include/menu.h @@ -38,7 +38,7 @@ void MenuFillWindowRectWithBlankTile(u8, u8, u8, u8); void MenuZeroFillScreen(void); void MenuDrawTextWindow(u8, u8, u8, u8); void sub_8071F40(const u8 *); -void sub_8071F60(u8, u8, u8, u8); +void sub_8071F60(u8, u8, u8); u16 unref_sub_8071F98(u8, u8); void unref_sub_8071FBC(u16, u8, u8, u8, u8); void MenuDisplayMessageBox(void); |