diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-04-26 15:13:22 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-26 15:13:22 -0500 |
commit | 0e439e5e088b53ebc4f1bd2e66432db3b5828599 (patch) | |
tree | 3c0e7335b518f9e85d1d0fd1ae19bf50fefa8751 /constants.asm | |
parent | 8cc5597b0bdf29c4d76be26a5879a53d4f65c308 (diff) |
remove script_macros.asm (deprecated)
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/constants.asm b/constants.asm index 2ade6d551..d4bbe9caa 100644 --- a/constants.asm +++ b/constants.asm @@ -1,11 +1,3 @@ -INCLUDE "script_macros.asm" - -; macro for putting a byte then a word -dbw: MACRO - db \1 - dw \2 - ENDM - BULBASAUR EQU 1 IVYSAUR EQU 2 VENUSAUR EQU 3 |