summaryrefslogtreecommitdiff
path: root/asm/scrcmd.s
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-06 18:34:18 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-06 18:34:18 +0200
commit0cc4cadd2f02b19cea6eba1826aab8c3668dc677 (patch)
tree9df3d79d001686d0817659de8aa7aade4b906752 /asm/scrcmd.s
parentc6eacc9be5423fab39c90ade16b147de4cd032fe (diff)
label pokemon2 and some box stuff
Diffstat (limited to 'asm/scrcmd.s')
-rw-r--r--asm/scrcmd.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/scrcmd.s b/asm/scrcmd.s
index 6c575adea..a50a6bff6 100644
--- a/asm/scrcmd.s
+++ b/asm/scrcmd.s
@@ -2342,7 +2342,7 @@ s42_get_map_camera_pos: @ 809A45C
s43_get_player_party_count: @ 809A498
push {r4,lr}
ldr r4, =gScriptResult
- bl calc_player_party_count
+ bl CalculatePlayerPartyCount
lsls r0, 24
lsrs r0, 24
strh r0, [r4]