From 272ead4d4f29eb4da2ca779a1df764039760eed0 Mon Sep 17 00:00:00 2001 From: Artrios Date: Wed, 7 Dec 2022 17:55:14 +0800 Subject: [PATCH] add adddecoration --- constants/scriptcommands.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/constants/scriptcommands.asm b/constants/scriptcommands.asm index 4e08ab7..228c647 100644 --- a/constants/scriptcommands.asm +++ b/constants/scriptcommands.asm @@ -138,6 +138,10 @@ checkpcitem: MACRO db $4A dw \1, \2 ENDM +adddecoration: MACRO + db $4b + dw \1 + ENDM faceplayer: MACRO db $5A ENDM