diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 14:36:48 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 14:36:48 -0400 |
commit | c5dd8f884abbcdcab67bcb89e4b8cc84a47f6d64 (patch) | |
tree | ae50949089a3aab92cac03e47c4f37fe5d1a1f64 /src/script_pokemon_util_80C4BF0.c | |
parent | b6bdaedb77a740893ebb66a85ebecbfa64353ba6 (diff) |
Revert these symbols back to ewram.h
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 4ccc59540..ff82adf74 100644 --- a/src/script_pokemon_util_80C4BF0.c +++ b/src/script_pokemon_util_80C4BF0.c @@ -222,8 +222,8 @@ void ShowContestWinner(void) if(gUnknown_0203856C) { sub_80AAF30(); - gBattleStruct->contestWinnerIsForArtist = 1; - gBattleStruct->contestWinnerSaveIdx = sub_80B2C4C(254, 0); + eCurContestWinnerIsForArtist = TRUE; + eCurContestWinnerSaveIdx = sub_80B2C4C(254, 0); Contest_SaveWinner(3); gUnknown_0203856C = 0; } |