diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 15:10:56 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 15:10:56 -0600 |
commit | 026e017a16df44806b95435403a8e3b8dbe78084 (patch) | |
tree | 83b651219e44c467077d5a16f3d77574924b9a3a /data | |
parent | e7215091ee44b26d83753104f879671db4224803 (diff) |
flag, vars, items constants
Diffstat (limited to 'data')
-rw-r--r-- | data/battle_ai_scripts.s | 1 | ||||
-rw-r--r-- | data/data2a.s | 1 | ||||
-rw-r--r-- | data/event_scripts.s | 1 | ||||
-rw-r--r-- | data/map_events.s | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/data/battle_ai_scripts.s b/data/battle_ai_scripts.s index db5d16c48..713846cb9 100644 --- a/data/battle_ai_scripts.s +++ b/data/battle_ai_scripts.s @@ -1,4 +1,5 @@ #include "constants/abilities.h" +#include "constants/items.h" #include "constants/moves.h" .include "asm/macros.inc" .include "constants/constants.inc" diff --git a/data/data2a.s b/data/data2a.s index dcc59c8e4..103b723e8 100644 --- a/data/data2a.s +++ b/data/data2a.s @@ -1,5 +1,6 @@ @ the second big chunk of data +#include "constants/items.h" #include "constants/moves.h" #include "constants/species.h" .include "asm/macros.inc" diff --git a/data/event_scripts.s b/data/event_scripts.s index 4ef10652b..270a5d787 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1,3 +1,4 @@ +#include "constants/items.h" #include "constants/moves.h" #include "constants/songs.h" #include "constants/species.h" diff --git a/data/map_events.s b/data/map_events.s index 7156e4b6e..43b839944 100644 --- a/data/map_events.s +++ b/data/map_events.s @@ -1,3 +1,4 @@ +#include "constants/items.h" .include "asm/macros.inc" .include "constants/constants.inc" |