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/data2a.s | |
| parent | d4afe49b06a7ef2422839fcd0340c06c6a8e541b (diff) | |
refactor build system
Diffstat (limited to 'data/data2a.s')
| -rw-r--r-- | data/data2a.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/data2a.s b/data/data2a.s index bd455ce29..c4d6343d8 100644 --- a/data/data2a.s +++ b/data/data2a.s @@ -3,7 +3,7 @@ #include "constants/items.h" #include "constants/moves.h" #include "constants/species.h" - .include "asm/macros.inc" + .include "include/macros.inc" .include "constants/constants.inc" .section .rodata |
