From f544f6e356d5bdee868e685a537e18a69aed1890 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 14 Jan 2020 14:48:25 -0500 Subject: Document Cerulean City scripts --- asm/macros/event.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/macros') 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 -- cgit v1.2.3