diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2019-07-28 21:23:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-28 21:23:43 -0500 |
commit | 3f477dae36c99bcb03a38be251dbef2f7e344ebc (patch) | |
tree | 57da1db9027de960c4b066bdcf6ab17c03753791 /src/rom3.c | |
parent | d442be12102ed3493c04b3688f37a4ffad6606f7 (diff) | |
parent | e03220c21de7c33e1ddeb3fd0585378da37d8b51 (diff) |
Merge pull request #750 from camthesaxman/filenames_1
emerald file names, part 1
Diffstat (limited to 'src/rom3.c')
-rw-r--r-- | src/rom3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom3.c b/src/rom3.c index a9433695d..d332b7027 100644 --- a/src/rom3.c +++ b/src/rom3.c @@ -1,7 +1,7 @@ #include "global.h" #include "battle.h" #include "battle_811DA74.h" -#include "battle_ai.h" +#include "battle_ai_script_commands.h" #include "battle_anim.h" #include "battle_anim_81258BC.h" #include "battle_anim_8137220.h" |