diff options
| author | golem galvanize <golemgalvanize@github.com> | 2018-02-13 22:12:02 -0500 |
|---|---|---|
| committer | golem galvanize <golemgalvanize@github.com> | 2018-02-13 22:12:02 -0500 |
| commit | e5b6d15f9163cca8688cd67ca5a0563ce6667601 (patch) | |
| tree | 5492d50f51f51acca9cf1861c7b5936182649364 /data/data2c.s | |
| parent | 42cfbcb197bb271e675a4b2b9e70a2647bd65532 (diff) | |
| parent | 398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff) | |
move data to c
Diffstat (limited to 'data/data2c.s')
| -rw-r--r-- | data/data2c.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/data2c.s b/data/data2c.s index 69254d366..8d134ccb2 100644 --- a/data/data2c.s +++ b/data/data2c.s @@ -2,6 +2,7 @@ #include "constants/items.h" #include "constants/moves.h" #include "constants/species.h" +#include "constants/pokemon.h" .include "asm/macros.inc" .include "constants/constants.inc" |
