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 /src/script_pokemon_util_80C4BF0.c | |
parent | e7215091ee44b26d83753104f879671db4224803 (diff) |
flag, vars, items constants
Diffstat (limited to 'src/script_pokemon_util_80C4BF0.c')
-rw-r--r-- | src/script_pokemon_util_80C4BF0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_pokemon_util_80C4BF0.c b/src/script_pokemon_util_80C4BF0.c index 4a875d58c..9d1aaa125 100644 --- a/src/script_pokemon_util_80C4BF0.c +++ b/src/script_pokemon_util_80C4BF0.c @@ -10,7 +10,7 @@ #include "debug.h" #include "decompress.h" #include "event_data.h" -#include "items.h" +#include "constants/items.h" #include "link.h" #include "load_save.h" #include "main.h" |