diff options
author | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-16 23:35:14 +0100 |
---|---|---|
committer | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-16 23:35:14 +0100 |
commit | 05ab3f96218b58001aa2d90cef951f7e4087c4ae (patch) | |
tree | 642a3ceb3f83690fb90d5c535592e1339c66664a /src/script_pokemon_util_80C4BF0.c | |
parent | 35f04db27cd4d5689c6498ba80eaeb695f973ebc (diff) | |
parent | e1fd501e16deefe643c4572efaa07a59372616e4 (diff) |
Merge remote-tracking branch 'upstream/master' into various_data
Diffstat (limited to 'src/script_pokemon_util_80C4BF0.c')
-rw-r--r-- | src/script_pokemon_util_80C4BF0.c | 4 |
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; } |