summaryrefslogtreecommitdiff
path: root/asm/party_menu.s
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-09 18:18:40 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-09 18:18:40 +0200
commitab03b03c4bb872af131a9c52ef285c488b8e4865 (patch)
tree6fdb26cd12c2847401cf0af40192d48bffcc2c79 /asm/party_menu.s
parent96c5966ff3676eb1b3463808b83b42e13e1591fd (diff)
decompile reshow battle screen
Diffstat (limited to 'asm/party_menu.s')
-rwxr-xr-xasm/party_menu.s6
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