diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-15 16:07:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-15 16:07:09 -0400 |
commit | f98bb8e285d3e65299fc58024605983a2563fb28 (patch) | |
tree | 4a902ea3a92fde2a5eba3396271bd079278748cc /arm9/modules/73 | |
parent | 6753d28e805b75627ba5d002a3fd802aa1b6d0b5 (diff) |
Update bag routine names
Diffstat (limited to 'arm9/modules/73')
-rw-r--r-- | arm9/modules/73/asm/module_73.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/73/asm/module_73.s b/arm9/modules/73/asm/module_73.s index 800b7543..4a1e86bf 100644 --- a/arm9/modules/73/asm/module_73.s +++ b/arm9/modules/73/asm/module_73.s @@ -1159,7 +1159,7 @@ _021D7E68: ldr r0, [r6, #0x10] mov r1, #4 ldr r0, [r0, #0x14] - bl BagPocketNotEmpty + bl Bag_PocketNotEmpty cmp r0, #0 bne _021D7E8A ldr r0, _021D7F44 ; =0x0000063C |