diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-05 17:39:26 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-05 17:39:26 +0100 |
commit | ae8e89a10ddfb736afc23a2477c20b6897b0313d (patch) | |
tree | 03ead636462c868b93cad1046867ac338f9788b0 /data/contest.s | |
parent | eb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff) |
move some pokemon data to c
Diffstat (limited to 'data/contest.s')
-rw-r--r-- | data/contest.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/contest.s b/data/contest.s index 69820f980..357a95d1d 100644 --- a/data/contest.s +++ b/data/contest.s @@ -1,7 +1,7 @@ - .include "asm/macros.inc" +#include "constants/species.h" +#include "constants/moves.h" + .include "asm/macros.inc" .include "constants/constants.inc" - .include "constants/species_constants.inc" - .include "include/constants/moves.h" .section .rodata .align 2, 0 |