summaryrefslogtreecommitdiff
path: root/macros/scripts
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-05-30 15:57:58 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-05-30 15:57:58 -0400
commit43f9f529fa6f6938fc52ac0c9b2d7a27d131c9a2 (patch)
treefb27ee36dc6359677c31b44f89cd3ee0f2ca1585 /macros/scripts
parent65d1e12d6ac15937977d28651a656ff255ea0d5d (diff)
Move the dbbw, dbww, and dbwww macros to legacy
Diffstat (limited to 'macros/scripts')
-rw-r--r--macros/scripts/maps.asm3
1 files changed, 2 insertions, 1 deletions
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