summaryrefslogtreecommitdiff
path: root/macros/predef.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-07-20 23:05:28 -0700
committeryenatch <yenatch@gmail.com>2015-07-20 23:05:28 -0700
commit973721491c38aa3014f5b28982227a618d2f6b59 (patch)
treee01415064e6da53a471d75b2eb0113846650322b /macros/predef.asm
parenta3c6931fa8edd09fcea678fd8d2e9988951380de (diff)
parent0b5471f385d3cc66bb4ae7aa4191ce3af9f50cac (diff)
Merge remote-tracking branch 'kanzure/master' into gfx-script
Diffstat (limited to 'macros/predef.asm')
-rw-r--r--macros/predef.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/predef.asm b/macros/predef.asm
index d6c0344e6..b99c6e1f2 100644
--- a/macros/predef.asm
+++ b/macros/predef.asm
@@ -1,7 +1,6 @@
add_predef: MACRO
\1Predef::
- dw \1
- db BANK(\1)
+ dwb \1, BANK(\1)
ENDM
predef_id: MACRO