diff options
author | camthesaxman <cameronghall@cox.net> | 2017-01-21 15:50:12 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-01-21 15:50:12 -0600 |
commit | 8a5ada74a110cead46fbd1b090f4e925d7f3f66d (patch) | |
tree | 5bd4c47bf3fe1c236736c11f1cafd135289d04a8 /asm/party_menu.s | |
parent | 7a3c8e275185cb72e81f5dd30821427647ec26e0 (diff) |
finish decompiling battle_party_menu
Diffstat (limited to 'asm/party_menu.s')
-rw-r--r-- | asm/party_menu.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/party_menu.s b/asm/party_menu.s index 9d8377f7e..02959f0c3 100644 --- a/asm/party_menu.s +++ b/asm/party_menu.s @@ -7430,8 +7430,8 @@ sub_806E7D0: @ 806E7D0 bx r0 thumb_func_end sub_806E7D0 - thumb_func_start sub_806E81C -sub_806E81C: @ 806E81C + thumb_func_start PartyMenuGetPopupMenuFunc +PartyMenuGetPopupMenuFunc: @ 806E81C lsls r0, 24 lsls r3, 24 lsrs r3, 24 @@ -7444,7 +7444,7 @@ sub_806E81C: @ 806E81C adds r0, r2 ldr r0, [r0, 0x4] bx lr - thumb_func_end sub_806E81C + thumb_func_end PartyMenuGetPopupMenuFunc .section .text_806E884 |