diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-20 13:41:30 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-20 13:41:30 -0400 |
commit | c8993068c9a9b25b9ea573737646872098829d24 (patch) | |
tree | 2e6087cc4372f064294d7a1a36c8d5a7d80c6d9e /include/menu_helpers.h | |
parent | 3e5267b6a13794f4f2b2178c9fa719a26e654cfe (diff) |
Some elevator menu related functions
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index 0aa9f79f7..0e39a3732 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -23,5 +23,6 @@ void DestroyVerticalScrollIndicator(u8); void BuyMenuFreeMemory(void); void sub_80F98DC(int); void sub_80F996C(u8); +void LoadScrollIndicatorPalette(void); #endif // GUARD_MENU_HELPERS_H |