diff options
| author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-12-11 12:45:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-11 12:45:08 -0600 |
| commit | c9f196cdfea08eefffd39ebc77a150f197e1250e (patch) | |
| tree | af62f4a34588c3ad679249cfed757ac2a8eb075a /data/data2b.s | |
| parent | 00896cb3b5813cb843e5e1abd4cbc9ff0ad3a632 (diff) | |
| parent | 9525fdd54de805e8b45e23df6a57074e077c175d (diff) | |
Merge pull request #137 from camthesaxman/constants_headers
move constants to C headers
Diffstat (limited to 'data/data2b.s')
| -rw-r--r-- | data/data2b.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/data2b.s b/data/data2b.s index e723b4c97..6051b86cc 100644 --- a/data/data2b.s +++ b/data/data2b.s @@ -1,5 +1,8 @@ @ the second big chunk of data +#include "constants/items.h" +#include "constants/moves.h" +#include "constants/species.h" .include "asm/macros.inc" .include "constants/constants.inc" |
