summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-18 14:36:48 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-18 14:36:48 -0400
commitc5dd8f884abbcdcab67bcb89e4b8cc84a47f6d64 (patch)
treeae50949089a3aab92cac03e47c4f37fe5d1a1f64 /src/debug
parentb6bdaedb77a740893ebb66a85ebecbfa64353ba6 (diff)
Revert these symbols back to ewram.h
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/tomomichi_debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/tomomichi_debug_menu.c b/src/debug/tomomichi_debug_menu.c
index 771aa7d18..81435c366 100644
--- a/src/debug/tomomichi_debug_menu.c
+++ b/src/debug/tomomichi_debug_menu.c
@@ -4470,7 +4470,7 @@ NAKED void PicTest_Redraw(u8 a0)
static void PrepareDebugOverlayBeforeShowingContestPainting(u8 a0)
{
- struct ContestWinner *contestEntry = &eContestPaintingWinner;
+ struct ContestWinner *contestEntry = &eCurContestWinner;
contestEntry->species = sPicTest_Species;
contestEntry->otId = sPicTest_OTID;
contestEntry->personality = sPicTest_Personality;