diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-21 13:12:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 13:12:56 -0400 |
commit | 010db05e735e0ac11efcf0d800205324cc0f2be9 (patch) | |
tree | 9109eaf029ee3253a554e50df5584d540ff243f8 /asm/new_game.s | |
parent | caa193364bf786cb567ed16eb4670ed2cc4cb362 (diff) | |
parent | 3444ac708a0dfc9e99c34a3c19159e786d8ab9f1 (diff) |
Merge pull request #71 from pret/item_use
item_use and item
Diffstat (limited to 'asm/new_game.s')
-rw-r--r-- | asm/new_game.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/new_game.s b/asm/new_game.s index 63bfd9523..234fefcd7 100644 --- a/asm/new_game.s +++ b/asm/new_game.s @@ -262,7 +262,7 @@ sub_8054A60: @ 8054A60 ldr r1, _08054B68 @ =0x00000296 adds r0, r1 strh r5, [r0] - bl sub_809A2DC + bl ClearItemSlotsInAllBagPockets bl sub_80EB658 bl sub_809C794 bl sub_80BDD34 |