summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-02 17:12:04 -0500
committeryenatch <yenatch@gmail.com>2014-02-03 18:00:51 -0500
commit7c02c2bb31317c31446a5907fe68f26dabb4858f (patch)
tree504954f57273cae14de4618a82770c4e4e2e5dd9 /macros.asm
parent4f5ae6510c4b52ca9a889505f4ff77f811671c1e (diff)
Move remaining constants into constants/{misc,pokemon_data}_constants.asm
Now constant groups can be included separately if needed.
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index f59284c4a..f98e53eb2 100644
--- a/macros.asm
+++ b/macros.asm
@@ -7,6 +7,9 @@ Bankswitch EQU $10
JumpTable EQU $28
+NONE EQU 0
+
+
dwb: MACRO
dw \1
db \2