diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-13 12:42:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 12:42:42 -0500 |
commit | 3040c1e1aa07a8a6466dd3653462595c2dd0fc9c (patch) | |
tree | 091ad4816083c88ed072580c209f1e11cb4764c3 /asm/party_menu.s | |
parent | 52db3ad5aa83ae70e06eae87f502b09fff55aecc (diff) | |
parent | 0f44747788b774021519d600cb612c8c3303aa7d (diff) |
Merge pull request #75 from DizzyEggg/decompile_reshow_battle_screen
Decompile reshow battle screen
Diffstat (limited to 'asm/party_menu.s')
-rwxr-xr-x | 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 a881d4589..334c96985 100755 --- a/asm/party_menu.s +++ b/asm/party_menu.s @@ -15872,7 +15872,7 @@ sub_81B8958: @ 81B8958 thumb_func_start sub_81B8984 sub_81B8984: @ 81B8984 push {lr} - bl battle_type_is_double + bl IsDoubleBattle lsls r0, 24 cmp r0, 0 bne _081B8994 @@ -16222,7 +16222,7 @@ _081B8CB0: strb r0, [r6, 0x2] b _081B8D58 _081B8CBE: - bl battle_type_is_double + bl IsDoubleBattle lsls r0, 24 cmp r0, 0 bne _081B8CFC @@ -16382,7 +16382,7 @@ _081B8DE2: strb r0, [r5, 0x2] b _081B8E72 _081B8DF0: - bl battle_type_is_double + bl IsDoubleBattle lsls r0, 24 cmp r0, 0 bne _081B8E28 |