From 43f9f529fa6f6938fc52ac0c9b2d7a27d131c9a2 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 30 May 2021 15:57:58 -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 0e952c76..a394405d 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