diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 14:28:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-18 14:28:58 -0400 |
commit | b6bdaedb77a740893ebb66a85ebecbfa64353ba6 (patch) | |
tree | 20bbc335571b8280b72be99a65d478d344c0ceec /src/debug | |
parent | 22d27fa9735dd840434fa7e030005eeccafe8aaf (diff) |
Sync image_processing_effects from emerald, 1
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/tomomichi_debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/tomomichi_debug_menu.c b/src/debug/tomomichi_debug_menu.c index c4ce87f33..771aa7d18 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 ContestEntry *contestEntry = &ewram15DE0; + struct ContestWinner *contestEntry = &eContestPaintingWinner; contestEntry->species = sPicTest_Species; contestEntry->otId = sPicTest_OTID; contestEntry->personality = sPicTest_Personality; |