diff options
author | YamaArashi <shadow962@live.com> | 2017-05-09 01:56:49 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-09 01:56:49 -0700 |
commit | 3ee2e8ce97c33eb9bc837779c8a46b546d805367 (patch) | |
tree | 1e8ebc656e4cc1bb5a918d18025e254a514f0e0c /asm/item_menu.s | |
parent | 60cf06cccacb692bbd2270b08ad0d583a8a76090 (diff) |
name more functions
Diffstat (limited to 'asm/item_menu.s')
-rw-r--r-- | asm/item_menu.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/item_menu.s b/asm/item_menu.s index de8074994..7463663d8 100644 --- a/asm/item_menu.s +++ b/asm/item_menu.s @@ -709,8 +709,8 @@ _080A370A: bx r0 thumb_func_end sub_80A36B8 - thumb_func_start ClearItems -ClearItems: @ 80A3714 + thumb_func_start ClearBag +ClearBag: @ 80A3714 push {r4,r5,lr} movs r4, 0 ldr r5, _080A373C @ =gBagPockets @@ -731,7 +731,7 @@ _080A371A: bx r0 .align 2, 0 _080A373C: .4byte gBagPockets - thumb_func_end ClearItems + thumb_func_end ClearBag thumb_func_start sub_80A3740 sub_80A3740: @ 80A3740 |