summaryrefslogtreecommitdiff
path: root/src/scene/contest_painting.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-05 23:07:39 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-05 23:07:39 -0500
commit618240c62639bc4da73d400965b6df67b2c3619e (patch)
tree4dca7115eac299f045db3984290f69783fa27801 /src/scene/contest_painting.c
parentce1d3a195f1ccce4d49cb37bb6b7c4679698c538 (diff)
move src/engine/ direct ewram calls to ewram.h.
Diffstat (limited to 'src/scene/contest_painting.c')
-rw-r--r--src/scene/contest_painting.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scene/contest_painting.c b/src/scene/contest_painting.c
index 3662efdec..928b59760 100644
--- a/src/scene/contest_painting.c
+++ b/src/scene/contest_painting.c
@@ -13,7 +13,7 @@
#include "text.h"
#include "unknown_task.h"
-extern u8 unk_2000000[];
+extern u8 ewram[];
static u8 gUnknown_03000750;
static u16 gUnknown_03000752;
@@ -184,15 +184,15 @@ static void ShowContestPainting(void)
case 2:
SeedRng(gMain.vblankCounter1);
InitKeys();
- ContestPaintingInitWindow(unk_2000000[0x15DDF]);
+ ContestPaintingInitWindow(ewram[0x15DDF]);
gMain.state++;
break;
case 3:
- sub_8107090(unk_2000000[0x15DDE], unk_2000000[0x15DDF]);
+ sub_8107090(ewram[0x15DDE], ewram[0x15DDF]);
gMain.state++;
break;
case 4:
- ContestPaintingPrintCaption(unk_2000000[0x15DDE], unk_2000000[0x15DDF]);
+ ContestPaintingPrintCaption(ewram[0x15DDE], ewram[0x15DDF]);
LoadPalette(gUnknown_083F6140, 0, 1 * 2);
DmaClear32(3, PLTT, 0x400);
BeginFastPaletteFade(2);