diff options
author | itskobold <itskobold@users.noreply.github.com> | 2017-11-15 12:42:18 +0000 |
---|---|---|
committer | itskobold <itskobold@users.noreply.github.com> | 2017-11-15 12:42:18 +0000 |
commit | 7c79b030e90ae6f4b3b3c91518c315959ede456e (patch) | |
tree | b12fe2ca0d42b900fb1d45491e81a1bc6d86a348 /asm/macros.inc | |
parent | 2acab81713aac51f96a50dc42a67ec7761901aa4 (diff) | |
parent | 055a419830c0725a629f971b0299c89082c192fd (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'asm/macros.inc')
-rw-r--r-- | asm/macros.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/macros.inc b/asm/macros.inc index 135cfac61..0c6644002 100644 --- a/asm/macros.inc +++ b/asm/macros.inc @@ -1,5 +1,6 @@ .include "asm/macros/asm.inc" .include "asm/macros/function.inc" + .include "asm/macros/movement.inc" .include "asm/macros/window.inc" .include "asm/macros/pokemon_data.inc" .include "asm/macros/ec.inc" |