diff options
author | huderlem <huderlem@gmail.com> | 2019-10-31 21:36:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 21:36:56 -0500 |
commit | 6eaac9ea9d221e37d801064c73ce61dc3467b643 (patch) | |
tree | c724683997ab8ab5729e02c0232bdd3d171dd120 /src/scrcmd.c | |
parent | 218fcd99b395777e99b3b6b9478a3d97c7a7fc87 (diff) | |
parent | 27169f634b27a8985945e8b592f3f4ce0a38c53e (diff) |
Merge pull request #863 from GriffinRichards/doc-partymenu
Document party menu
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index f468ac83e..ef18fcaf0 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -39,7 +39,6 @@ #include "script_menu.h" #include "script_movement.h" #include "script_pokemon_80F8.h" -#include "script_pokemon_81B9.h" #include "shop.h" #include "slot_machine.h" #include "sound.h" @@ -1938,7 +1937,7 @@ bool8 ScrCmd_getpricereduction(struct ScriptContext *ctx) bool8 ScrCmd_choosecontestmon(struct ScriptContext *ctx) { - sub_81B9404(); + ChooseContestMon(); ScriptContext1_Stop(); return TRUE; } |