diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-13 17:42:12 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-13 17:42:12 -0400 |
commit | 3779422489e81c139ece633e1b6409b06d228d7c (patch) | |
tree | 1c74afc9d8287e1a85a1e7dfbe6e859ae4d63b81 /src/cable_club.c | |
parent | 4911849723195b1b7228a28bb294072070376b2e (diff) |
Split contest funcs from script_pokemon_util
Diffstat (limited to 'src/cable_club.c')
-rw-r--r-- | src/cable_club.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cable_club.c b/src/cable_club.c index b6fba361e..982bd9fd3 100644 --- a/src/cable_club.c +++ b/src/cable_club.c @@ -20,7 +20,7 @@ #include "union_room.h" #include "mevent2.h" #include "script.h" -#include "script_pokemon_util_80F87D8.h" +#include "script_pokemon_util.h" #include "sound.h" #include "start_menu.h" #include "string_util.h" |