summaryrefslogtreecommitdiff
path: root/asm/macros.s
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-06-09 04:02:15 -0400
committeryenatch <yenatch@gmail.com>2016-06-15 16:38:19 -0400
commite94cd4803090ce275fb2b489d7e4cc6ade0e3327 (patch)
treea0c8d918e209b1cf7164586bb656078ad7f250f6 /asm/macros.s
parentf2654a380e46152f2624174e8087b6998cccb91b (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.s2
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"