diff options
author | yenatch <yenatch@gmail.com> | 2014-02-02 17:12:04 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-03 18:00:51 -0500 |
commit | 7c02c2bb31317c31446a5907fe68f26dabb4858f (patch) | |
tree | 504954f57273cae14de4618a82770c4e4e2e5dd9 /macros.asm | |
parent | 4f5ae6510c4b52ca9a889505f4ff77f811671c1e (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.asm | 3 |
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 |