diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-11-27 14:07:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 14:07:31 -0600 |
commit | 5498eaf94849bbc7b56d8c280862b61ecefa0643 (patch) | |
tree | 518b0b12e669c09c31a33c7a071f10bcd4ea76b9 /asm/contest_ai.s | |
parent | 66f2ac4ba38cb32eb210545536a487969b593d10 (diff) | |
parent | 5d74d11d3e3047b4b53153365325db9e6999c627 (diff) |
Merge pull request #477 from camthesaxman/constant_headers
Use common headers for constants in assembly and C
Diffstat (limited to 'asm/contest_ai.s')
-rw-r--r-- | asm/contest_ai.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/contest_ai.s b/asm/contest_ai.s index ae5d8c03e..d2061c84e 100644 --- a/asm/contest_ai.s +++ b/asm/contest_ai.s @@ -1,5 +1,4 @@ .include "constants/gba_constants.inc" - .include "constants/species_constants.inc" .include "asm/macros.inc" .syntax unified |