diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-01 18:13:31 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-01 18:13:31 -0500 |
commit | 010b450834bd595b961582aea5e5771632510ef9 (patch) | |
tree | 7a13777e9b276b0472acf9301199e185c495652b /items | |
parent | 31c407bb3de7328f9e80f006052c23ffcfbbfe39 (diff) |
Prepare to merge
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index d40fc855e..7503eeb2b 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -720,7 +720,7 @@ endr .toss ld hl, NumItems inc a - ld [wd10c], a + ld [wItemQuantityChangeBuffer], a jp TossItem .used_park_ball @@ -2944,7 +2944,7 @@ Functionf789: ; f789 Functionf795: ; f795 ld hl, NumItems ld a, 1 - ld [wd10c], a + ld [wItemQuantityChangeBuffer], a jp TossItem ; f7a0 |