summaryrefslogtreecommitdiff
path: root/arm9/asm/scrcmd_22.s
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-08-15 16:07:09 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-15 16:07:09 -0400
commitf98bb8e285d3e65299fc58024605983a2563fb28 (patch)
tree4a902ea3a92fde2a5eba3396271bd079278748cc /arm9/asm/scrcmd_22.s
parent6753d28e805b75627ba5d002a3fd802aa1b6d0b5 (diff)
Update bag routine names
Diffstat (limited to 'arm9/asm/scrcmd_22.s')
-rw-r--r--arm9/asm/scrcmd_22.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/asm/scrcmd_22.s b/arm9/asm/scrcmd_22.s
index 718e511d..1f354520 100644
--- a/arm9/asm/scrcmd_22.s
+++ b/arm9/asm/scrcmd_22.s
@@ -37,7 +37,7 @@ FUN_02045784: ; 0x02045784
add r1, r6, #0x0
add r2, r7, #0x0
mov r3, #0x4
- bl BagAddItem
+ bl Bag_AddItem
strh r0, [r4, #0x0]
mov r0, #0x0
pop {r3-r7, pc}
@@ -76,7 +76,7 @@ FUN_020457DC: ; 0x020457DC
add r1, r6, #0x0
add r2, r7, #0x0
mov r3, #0x4
- bl BagTakeItem
+ bl Bag_TakeItem
strh r0, [r4, #0x0]
mov r0, #0x0
pop {r3-r7, pc}
@@ -115,7 +115,7 @@ FUN_02045834: ; 0x02045834
add r1, r6, #0x0
add r2, r7, #0x0
mov r3, #0x4
- bl BagHasSpaceForItem
+ bl Bag_HasSpaceForItem
strh r0, [r4, #0x0]
mov r0, #0x0
pop {r3-r7, pc}
@@ -154,7 +154,7 @@ FUN_0204588C: ; 0x0204588C
add r1, r6, #0x0
add r2, r7, #0x0
mov r3, #0xb
- bl BagHasItem
+ bl Bag_HasItem
strh r0, [r4, #0x0]
mov r0, #0x0
pop {r3-r7, pc}