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 | |
parent | ef647d244bc7967cf77118fef76a9f05e2caa8c1 (diff) |
only use event script macros in event_scripts.s
-rw-r--r-- | asm/macros.s | 1 | ||||
-rw-r--r-- | data/event_scripts.s | 1 |
2 files changed, 1 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" diff --git a/data/event_scripts.s b/data/event_scripts.s index c3a75e834..498cfce69 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1,4 +1,5 @@ .include "asm/macros.s" + .include "asm/macros/event.s" .include "constants/constants.s" .section event_script_data, "aw", %progbits |