summaryrefslogtreecommitdiff
path: root/src/script_pokemon_util_80C4BF0.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-16 17:45:16 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-16 17:45:16 -0500
commit9e4d9171e3a2d1d239cb66f1fdff09f069941589 (patch)
treebb5f83f567af2b1fa5ebe8ad41c67ab6162bfc5f /src/script_pokemon_util_80C4BF0.c
parentdc872c0cbf1983d06b382dc0747df9140c9ecc03 (diff)
parent76250c7ab091bafe083f6024694549462dbfb100 (diff)
Merge branch 'master' of https://github.com/pret/pokeruby into fixes
Diffstat (limited to 'src/script_pokemon_util_80C4BF0.c')
-rw-r--r--src/script_pokemon_util_80C4BF0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script_pokemon_util_80C4BF0.c b/src/script_pokemon_util_80C4BF0.c
index b13006c13..f991297ab 100644
--- a/src/script_pokemon_util_80C4BF0.c
+++ b/src/script_pokemon_util_80C4BF0.c
@@ -238,8 +238,8 @@ void ShowContestWinner(void)
if(gUnknown_0203856C)
{
sub_80AAF30();
- BATTLE_STRUCT->unk15DDF = 1;
- BATTLE_STRUCT->unk15DDE = sub_80B2C4C(254, 0);
+ gBattleStruct->unk15DDF = 1;
+ gBattleStruct->unk15DDE = sub_80B2C4C(254, 0);
Contest_SaveWinner(3);
gUnknown_0203856C = 0;
}