diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-11-25 15:58:23 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-25 15:58:23 -0600 |
| commit | 65c4d49859971d14dc9c43b9444704acf188d408 (patch) | |
| tree | ffd0f4732795bdc4fdd3af4e4509adde9a28dccb /data/scripts | |
| parent | dc7764f60ce5c6278a1824f47cacf47362854d0e (diff) | |
| parent | fb6120da5b2e042aba061094ca3fdf20197bc657 (diff) | |
Merge pull request #397 from huderlem/script_pokemon_util
Script pokemon util
Diffstat (limited to 'data/scripts')
| -rw-r--r-- | data/scripts/contest_hall.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/contest_hall.inc b/data/scripts/contest_hall.inc index afd2ca851..48c5d8d01 100644 --- a/data/scripts/contest_hall.inc +++ b/data/scripts/contest_hall.inc @@ -388,7 +388,7 @@ LinkContestRoom1_EventScript_27A1D2:: @ 827A1D2 releaseall addvar VAR_0x8006, 65535 playse SE_BOWA2 - special sub_80F8D28 + special ShowContestEntryMonPic call LinkContestRoom1_EventScript_27A217 return @@ -517,7 +517,7 @@ LinkContestRoom1_EventScript_27A34F:: @ 827A34F LinkContestRoom1_EventScript_27A3E5:: @ 827A3E5 setvar VAR_RESULT, 8 - special sub_80F8FE8 + special ScriptRandom compare VAR_RESULT, 0 call_if 1, LinkContestRoom1_EventScript_27A65A compare VAR_RESULT, 1 |
