diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-10 23:20:32 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-10 23:20:32 -0600 |
commit | b5667bd097347c1d3958fa8f9eb6d39788c0ff50 (patch) | |
tree | 29aca119bf365256255da97e8e768cd9216688a8 /data-de | |
parent | d4afe49b06a7ef2422839fcd0340c06c6a8e541b (diff) |
refactor build system
Diffstat (limited to 'data-de')
-rw-r--r-- | data-de/event_scripts.s | 4 | ||||
-rw-r--r-- | data-de/strings2.s | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data-de/event_scripts.s b/data-de/event_scripts.s index 18fb0a64d..1569e87c6 100644 --- a/data-de/event_scripts.s +++ b/data-de/event_scripts.s @@ -10,8 +10,8 @@ #include "constants/species.h" #include "constants/weather.h" #include "constants/vars.h" - .include "asm/macros.inc" - .include "asm/macros/event.inc" + .include "include/macros.inc" + .include "include/macros/event.inc" .include "constants/constants.inc" .section script_data, "aw", %progbits diff --git a/data-de/strings2.s b/data-de/strings2.s index f15c039aa..52e964938 100644 --- a/data-de/strings2.s +++ b/data-de/strings2.s @@ -1,4 +1,4 @@ - .include "asm/macros.inc" + .include "include/macros.inc" .include "constants/constants.inc" .section .rodata |