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/scrcmd.c | |
parent | 4911849723195b1b7228a28bb294072070376b2e (diff) |
Split contest funcs from script_pokemon_util
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 4a7f4ea73..815588784 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -38,7 +38,7 @@ #include "script.h" #include "script_menu.h" #include "script_movement.h" -#include "script_pokemon_80F8.h" +#include "script_pokemon_util.h" #include "shop.h" #include "slot_machine.h" #include "sound.h" @@ -1474,7 +1474,7 @@ bool8 ScrCmd_showcontestwinner(struct ScriptContext *ctx) if (contestWinnerId != CONTEST_WINNER_ARTIST) SetContestWinnerForPainting(contestWinnerId); - ShowContestWinner(); + ShowContestWinnerPainting(); ScriptContext1_Stop(); return TRUE; } |