From fb423f957dc8944edf0b822a7aaa1949434ac65e Mon Sep 17 00:00:00 2001 From: scnorton Date: Tue, 9 Apr 2019 14:30:54 -0400 Subject: sub_812EB58; port scanline_effect --- include/new_menu_helpers.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/new_menu_helpers.h') diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index e22f89f44..0d51eb5fb 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -24,5 +24,8 @@ u8 GetStartMenuWindowId(void); void sub_80F7998(void); void sub_80F69E8(u8 bgId, const void *src, u32 size, u16 offset, u8 mode); void sub_80F6F1C(u8 windowId, bool8 copyNow); +void sub_80F6C6C(void); +void sub_80F6C98(void); +void sub_80F77CC(u16); #endif // GUARD_NEW_MENU_HELPERS_H -- cgit v1.2.3 From bf7084cb60f0375973d8caf1005fb8b02653ade2 Mon Sep 17 00:00:00 2001 From: scnorton Date: Wed, 10 Apr 2019 10:16:20 -0400 Subject: through sub_812F33C --- include/new_menu_helpers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/new_menu_helpers.h') diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index 0d51eb5fb..8903f5d56 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -27,5 +27,6 @@ void sub_80F6F1C(u8 windowId, bool8 copyNow); void sub_80F6C6C(void); void sub_80F6C98(void); void sub_80F77CC(u16); +void * malloc_and_decompress(const void * src, u32 * size); #endif // GUARD_NEW_MENU_HELPERS_H -- cgit v1.2.3 From 6982393439b300deef09bef2e29f8f6c1180eee9 Mon Sep 17 00:00:00 2001 From: scnorton Date: Wed, 10 Apr 2019 16:43:44 -0400 Subject: through sub_8130324 nonmatching --- include/new_menu_helpers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/new_menu_helpers.h') diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index 8903f5d56..0157896cb 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -28,5 +28,6 @@ void sub_80F6C6C(void); void sub_80F6C98(void); void sub_80F77CC(u16); void * malloc_and_decompress(const void * src, u32 * size); +u16 sub_80F796C(void); #endif // GUARD_NEW_MENU_HELPERS_H -- cgit v1.2.3