diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-07 16:53:00 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-10-07 16:53:05 -0700 |
commit | 6093e4f33ade76a8abcc258a420a7fa09749ab7b (patch) | |
tree | 3115d05cfea72a8401a97c458f84e2215f62b92b /include/party_menu.h | |
parent | c2d448767c6de4c9028454f279c8e43d2ecb174c (diff) |
Cleanup externs in party_menu.c
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index 74ef72519..8b4b592db 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -70,6 +70,7 @@ extern u8 ewram[]; #define ewram1B000_alt (*(struct Struct201B000 *)(ewram + 0x1B000)) #define EWRAM_1B000 ewram1B000_alt +void sub_806C658(u8 taskId, s8 directionPressed); void sub_806AEDC(void); void sub_806AF4C(u8 a, u8 battleFlags, TaskFunc func, u8 d); void OpenPartyMenu(u8 a, u8 b); |