diff options
author | YamaArashi <shadow962@live.com> | 2016-12-18 11:52:33 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-18 11:52:33 -0800 |
commit | b8d3542b46621299bc2056b53209fc22646bef2f (patch) | |
tree | ede8509d469aef1eed087fc6124b969e68e0ce0d /src/start_menu.c | |
parent | bfe868c4fbd3e9bd216be3d05b9f4a573cf66c42 (diff) |
move functions from start_menu.c to menu.c
Diffstat (limited to 'src/start_menu.c')
-rw-r--r-- | src/start_menu.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/start_menu.c b/src/start_menu.c index f02665ad1..850f610e3 100644 --- a/src/start_menu.c +++ b/src/start_menu.c @@ -832,18 +832,3 @@ static void Task_8071B64(u8 taskId) } } } - -void sub_8071C20(void) -{ - PlaySE(SE_SELECT); - MenuZeroFillScreen(); - sub_8064E2C(); - ScriptContext2_Disable(); - sub_8072DEC(); -} - -void AppendToList(u8 *list, u8 *pindex, u32 value) -{ - list[*pindex] = value; - (*pindex)++; -} |