diff options
author | yenatch <yenatch@gmail.com> | 2016-06-09 04:02:15 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-06-15 16:38:19 -0400 |
commit | e94cd4803090ce275fb2b489d7e4cc6ade0e3327 (patch) | |
tree | a0c8d918e209b1cf7164586bb656078ad7f250f6 /asm/macros.s | |
parent | f2654a380e46152f2624174e8087b6998cccb91b (diff) |
Add macros for maps and scripts.
Change map constants to resemble labels to avoid having to convert.
Diffstat (limited to 'asm/macros.s')
-rw-r--r-- | asm/macros.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/macros.s b/asm/macros.s index 6dbc42190..8058ed6d7 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -1,4 +1,6 @@ + .include "asm/macros/asm.s" .include "asm/macros/function.s" + .include "asm/macros/movement.s" .include "asm/macros/event.s" .include "asm/macros/pokemon_data.s" .include "asm/macros/ec.s" |