diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-09 02:43:39 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-09 02:43:39 -0400 |
commit | f5b7921fa3b4356c2d79a117858fc543fd2cf15f (patch) | |
tree | 2bf04c634e5dad251eced85ce9000630ce273307 /asm/item_menu.s | |
parent | d8ce874f29cb6d21f3348f62ebe05ce004ac3c38 (diff) |
cleanup player_pc.c
Diffstat (limited to 'asm/item_menu.s')
-rw-r--r-- | asm/item_menu.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/item_menu.s b/asm/item_menu.s index 7463663d8..bb6e59f54 100644 --- a/asm/item_menu.s +++ b/asm/item_menu.s @@ -8369,7 +8369,7 @@ sub_80A73F0: @ 80A73F0 thumb_func_start sub_80A73FC sub_80A73FC: @ 80A73FC push {lr} - bl sub_8072DEC + bl HandleDestroyMenuCursors bl sub_814AD44 pop {r0} bx r0 |