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