summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-01 18:13:31 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-01 18:13:31 -0500
commit010b450834bd595b961582aea5e5771632510ef9 (patch)
tree7a13777e9b276b0472acf9301199e185c495652b /items
parent31c407bb3de7328f9e80f006052c23ffcfbbfe39 (diff)
Prepare to merge
Diffstat (limited to 'items')
-rw-r--r--items/item_effects.asm4
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