diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-04-25 20:02:40 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-25 20:02:40 -0500 |
commit | cb1a372d759a027669d8012160bc2e627ea7372b (patch) | |
tree | 856ba7844306b803c64273108c48016235aecda3 /constants.asm | |
parent | f61e0288710e75ebf702d175c85e37f473ad9e48 (diff) |
dump scripting macros into script_macros.asm
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 45eed93a3..8594dc1a4 100644 --- a/constants.asm +++ b/constants.asm @@ -1,3 +1,5 @@ +INCLUDE "script_macros.asm" + ; macro for putting a byte then a word dbw: MACRO db \1 |