summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/odd_eggs.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/odd_eggs.asm b/data/odd_eggs.asm
index 1e4525d39..878126c64 100644
--- a/data/odd_eggs.asm
+++ b/data/odd_eggs.asm
@@ -52,7 +52,7 @@ GiveOddEgg: ; 1fb4b6
ld a, 1
ld [wItemQuantityChangeBuffer], a
ld a, -1
- ld [ItemCountBuffer], a
+ ld [CurItemQuantity], a
ld hl, NumItems
call TossItem