diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:34:54 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:34:54 -0500 |
commit | 034f597482adb0ec1bf4bb6b766dbad587eac588 (patch) | |
tree | c612bd105b1fd3ccf3cc584cbae01dd7e7f62993 /src/post_battle_event_funcs.c | |
parent | 9c6eba2249b8bafc277b01deb94124c6639c54b0 (diff) |
Address review comments, 2
Diffstat (limited to 'src/post_battle_event_funcs.c')
-rw-r--r-- | src/post_battle_event_funcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post_battle_event_funcs.c b/src/post_battle_event_funcs.c index 1e61b9b77..112889710 100644 --- a/src/post_battle_event_funcs.c +++ b/src/post_battle_event_funcs.c @@ -1,5 +1,5 @@ #include "global.h" -#include "script_pokemon_util_80A0058.h" +#include "script_pokemon_util.h" #include "event_data.h" #include "credits.h" #include "overworld.h" |