aboutsummaryrefslogtreecommitdiffstats
path: root/home/inventory.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/inventory.asm')
-rw-r--r--home/inventory.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/inventory.asm b/home/inventory.asm
index 1100666f..e4f9a261 100644
--- a/home/inventory.asm
+++ b/home/inventory.asm
@@ -28,7 +28,7 @@ RemoveItemFromInventory::
; function to add an item (in varying quantities) to the player's bag or PC box
; INPUT:
; HL = address of inventory (either wNumBagItems or wNumBoxItems)
-; [wcf91] = item ID
+; [wCurItem] = item ID
; [wItemQuantity] = item quantity
; sets carry flag if successful, unsets carry flag if unsuccessful
AddItemToInventory::