diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-04-03 19:25:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 19:25:01 -0400 |
commit | c47eca8a182a2a202cd65e2af93e9ef322d8674c (patch) | |
tree | 30cc360cbf4b2f3250864aa28cc88a728074e3db /asm | |
parent | 200c82e01a94dbe535e6ed8768d8afad4444d4d2 (diff) | |
parent | 8f74dda3e443d561b21d6b267aa71d14aed05031 (diff) |
Merge pull request #316 from PikalaxALT/various_documentation
Various documentation
Diffstat (limited to 'asm')
-rw-r--r-- | asm/pokemon_summary_screen.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/asm/pokemon_summary_screen.s b/asm/pokemon_summary_screen.s index bcb9fa04b..1013bd8fd 100644 --- a/asm/pokemon_summary_screen.s +++ b/asm/pokemon_summary_screen.s @@ -490,7 +490,7 @@ _081348D6: .align 2, 0 _081348E0: .4byte 0x00003270 _081348E4: - bl sub_80BF72C + bl MenuHelpers_CallLinkSomething lsls r0, 24 lsrs r0, 24 cmp r0, 0x1 @@ -786,7 +786,7 @@ _08134B38: _08134B58: .4byte gUnknown_203B140 _08134B5C: .4byte 0x00003270 _08134B60: - bl sub_8058244 + bl Overworld_LinkRecvQueueLengthMoreThan2 cmp r0, 0x1 beq _08134B9A bl sub_800B270 @@ -8687,7 +8687,7 @@ _08138D0A: _08138D10: b _08139094 _08138D12: - bl sub_80BF72C + bl MenuHelpers_CallLinkSomething lsls r0, 24 lsrs r0, 24 cmp r0, 0x1 @@ -9080,7 +9080,7 @@ _08139024: .align 2, 0 _08139030: .4byte gUnknown_203B16D _08139034: - bl sub_80BF72C + bl MenuHelpers_CallLinkSomething lsls r0, 24 lsrs r0, 24 cmp r0, 0x1 @@ -9800,7 +9800,7 @@ _08139604: _08139620: .4byte gUnknown_203B140 _08139624: .4byte 0x00003288 _08139628: - bl sub_80BF72C + bl MenuHelpers_CallLinkSomething lsls r0, 24 lsrs r0, 24 cmp r0, 0x1 @@ -13905,7 +13905,7 @@ _0813B700: .4byte 0x00003003 _0813B704: .4byte 0x00003004 _0813B708: .4byte 0x0000328c _0813B70C: - bl sub_8058244 + bl Overworld_LinkRecvQueueLengthMoreThan2 cmp r0, 0 bne _0813B746 bl sub_800B270 |