diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 17:07:54 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 17:07:54 -0600 |
commit | e4e9dddfb2d18bc308ad5d7651577b938125e70b (patch) | |
tree | c9f9c7cdf2919e46d270e22b4f03214d2c5a6016 | |
parent | 6f0feb7ca09511df0a1d13c99a1ec5c9a46ed06b (diff) |
fix German build
-rw-r--r-- | asm-de/contest_link_80C2020.s | 1 | ||||
-rw-r--r-- | asm-de/contest_link_80C857C.s | 1 | ||||
-rw-r--r-- | asm-de/easy_chat.s | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/asm-de/contest_link_80C2020.s b/asm-de/contest_link_80C2020.s index 9f914bbd1..ee555287a 100644 --- a/asm-de/contest_link_80C2020.s +++ b/asm-de/contest_link_80C2020.s @@ -1,5 +1,4 @@ .include "constants/gba_constants.inc" - .include "constants/species_constants.inc" .include "asm/macros.inc" .syntax unified diff --git a/asm-de/contest_link_80C857C.s b/asm-de/contest_link_80C857C.s index 19feb8b40..cf1ef216d 100644 --- a/asm-de/contest_link_80C857C.s +++ b/asm-de/contest_link_80C857C.s @@ -1,5 +1,4 @@ .include "constants/gba_constants.inc" - .include "constants/species_constants.inc" .include "asm/macros.inc" .syntax unified diff --git a/asm-de/easy_chat.s b/asm-de/easy_chat.s index c87996dbb..795713490 100644 --- a/asm-de/easy_chat.s +++ b/asm-de/easy_chat.s @@ -1,5 +1,4 @@ .include "constants/gba_constants.inc" - .include "constants/species_constants.inc" .include "asm/macros.inc" .syntax unified |