From 4e17f508dcf701629b7cdbbbbe691beb3c404123 Mon Sep 17 00:00:00 2001 From: Artrios Date: Wed, 7 Dec 2022 18:29:02 +0800 Subject: [PATCH] add additem --- constants/scriptcommands.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/constants/scriptcommands.asm b/constants/scriptcommands.asm index 7d658de..562c71b 100644 --- a/constants/scriptcommands.asm +++ b/constants/scriptcommands.asm @@ -119,6 +119,10 @@ checkflag: MACRO getpartysize: MACRO db $43 ENDM +additem: MACRO + db $44 + dw \1, \2 + ENDM checkitemroom: MACRO db $46 dw \1, \2