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/scrcmd.c | |
parent | b6bdaedb77a740893ebb66a85ebecbfa64353ba6 (diff) |
Revert these symbols back to ewram.h
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 1a2d55f2e..3f65d0f02 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1411,7 +1411,7 @@ bool8 ScrCmd_showcontestwinner(struct ScriptContext *ctx) u8 v1 = ScriptReadByte(ctx); if (v1) - sub_8106630(v1); + SetContestWinnerForPainting(v1); ShowContestWinner(); ScriptContext1_Stop(); return TRUE; |