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/event_scripts.s | |
parent | eb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff) |
move some pokemon data to c
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 556ebcd01..b2b895903 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -4,6 +4,7 @@ #include "constants/songs.h" #include "constants/species.h" #include "constants/vars.h" +#include "constants/trainers.h" .include "asm/macros.inc" .include "asm/macros/event.inc" .include "constants/constants.inc" |