diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-01 21:04:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 21:04:16 -0400 |
commit | 00cf527c16d02fc912666d97a49dc7fedf996225 (patch) | |
tree | 251d6ae09bb0d9ea99303cd507281b35bf9a010a /include/new_menu_helpers.h | |
parent | 1a34a06758175b4d39ee0a81c3441ac958d005fd (diff) | |
parent | da78b51cf3e3031b4c3594c37e1b2b17566db8e2 (diff) |
Merge pull request #85 from pret/slot_machine
Slot machine
Diffstat (limited to 'include/new_menu_helpers.h')
-rw-r--r-- | include/new_menu_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index d68957e62..7b83c913b 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -31,6 +31,7 @@ void DrawDialogueFrame(u8 windowId, bool8 transfer); void DrawStdWindowFrame(u8 windowId, bool8 copyNow); void ClearDialogWindowAndFrame(u8 windowId, bool8 copyToVram); void ClearStdWindowAndFrame(u8 taskId, bool8 copyNow); +void sub_80F6C14(void); void sub_80F771C(bool8 copyToVram); void SetStdWindowBorderStyle(u8 windowId, bool8 copyToVram); void sub_80F7768(u8 windowId, bool8 copyToVram); |