diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-15 01:44:20 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-15 01:44:20 -0700 |
commit | 0bc975bf57a1603d2d23265ea9fad39cc05622b9 (patch) | |
tree | eb3e696ff9c84195c7e0d2af6beda81f55100ced /asm/party_menu.s | |
parent | 332a8bcb1d6c9b01e27cc4f5a7a08ae26bf62f79 (diff) |
Document and cleanup pokemon_summary_screen
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 5c70e218e..92c4905a4 100644 --- a/asm/party_menu.s +++ b/asm/party_menu.s @@ -6796,7 +6796,7 @@ sub_81B3828: @ 81B3828 ldr r0, =sub_81B3894 str r0, [sp] movs r0, 0x1 - bl sub_81BF8EC + bl ShowPokemonSummaryScreen b _081B3880 .pool _081B3868: @@ -6810,7 +6810,7 @@ _081B3868: ldr r0, =sub_81B3894 str r0, [sp] movs r0, 0 - bl sub_81BF8EC + bl ShowPokemonSummaryScreen _081B3880: add sp, 0x4 pop {r4} @@ -17663,7 +17663,7 @@ sub_81B968C: @ 81B968C ldr r0, =CB2_ReturnToField str r0, [sp] movs r0, 0x3 - bl sub_81BF8EC + bl ShowPokemonSummaryScreen ldr r1, =gFieldCallback ldr r0, =sub_80AF168 str r0, [r1] |