From ed0a0f71591dd802d6491d57a52040a360cfb406 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 30 May 2021 15:51:49 -0400 Subject: Move the dbbw, dbww, and dbwww macros to legacy --- macros/scripts/maps.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macros/scripts') diff --git a/macros/scripts/maps.asm b/macros/scripts/maps.asm index 0e952c764..a394405d4 100644 --- a/macros/scripts/maps.asm +++ b/macros/scripts/maps.asm @@ -172,5 +172,6 @@ stonetable: MACRO ;\1: warp id ;\2: object_event id ;\3: script pointer - dbbw \1, \2, \3 + db \1, \2 + dw \3 ENDM -- cgit v1.2.3