summaryrefslogtreecommitdiff
path: root/engine/events/mom_phone.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/mom_phone.asm')
-rw-r--r--engine/events/mom_phone.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/mom_phone.asm b/engine/events/mom_phone.asm
index 48e879ed9..27144b339 100644
--- a/engine/events/mom_phone.asm
+++ b/engine/events/mom_phone.asm
@@ -147,7 +147,7 @@ Mom_GiveItemOrDoll:
ld [wCurItem], a
ld a, 1
ld [wItemQuantityChangeBuffer], a
- ld hl, wPCItems
+ ld hl, wNumPCItems
call ReceiveItem
ret