diff options
author | YamaArashi <shadow962@live.com> | 2016-07-03 19:32:51 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-03 19:32:51 -0700 |
commit | 5f34325c294bbf54132d3e57b94dc3b304c6f9f4 (patch) | |
tree | 8c9ee02045c4b5df718c73d78af2c547a023b63f /asm/macros.s | |
parent | ef647d244bc7967cf77118fef76a9f05e2caa8c1 (diff) |
only use event script macros in event_scripts.s
Diffstat (limited to 'asm/macros.s')
-rw-r--r-- | asm/macros.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/macros.s b/asm/macros.s index 11774b301..15d5270fb 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -1,7 +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" .include "asm/macros/map.s" |