summaryrefslogtreecommitdiff
path: root/asm/macros/event.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-14 14:48:25 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-14 16:41:38 -0500
commitf544f6e356d5bdee868e685a537e18a69aed1890 (patch)
tree7c3fa31eb13b05953c1eca68b90ef0b4eaa04095 /asm/macros/event.inc
parent8c560386edeecf0b40b4c9f58ceaac50f4f22397 (diff)
Document Cerulean City scripts
Diffstat (limited to 'asm/macros/event.inc')
-rw-r--r--asm/macros/event.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index 5526b1e50..7b2952a97 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -461,7 +461,7 @@
.endm
@ Removes quantity of item index from the player's Bag.
- .macro removeitem index:req, quantity:req
+ .macro removeitem index:req, quantity=1
.byte 0x45
.2byte \index
.2byte \quantity