summaryrefslogtreecommitdiff
path: root/items/item_effects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'items/item_effects.asm')
-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 76ac5875b..f7eeffce5 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
@@ -2947,7 +2947,7 @@ Functionf789: ; f789
Functionf795: ; f795
ld hl, NumItems
ld a, 1
- ld [wd10c], a
+ ld [wItemQuantityChangeBuffer], a
jp TossItem
; f7a0