summaryrefslogtreecommitdiff
path: root/src/pokedex.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-25 13:16:36 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-25 13:16:36 -0400
commitf029db52f59614e22a7a2d70eb3da46094bf47f1 (patch)
treea726761fbf6f6d22a2c8332e89bddae15833b5b4 /src/pokedex.c
parenta6ae701c1d244d418975d9019b6a1af217674ae5 (diff)
Document pokedex_cry_screen.c
Diffstat (limited to 'src/pokedex.c')
-rw-r--r--src/pokedex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pokedex.c b/src/pokedex.c
index e542b6eb9..85d330d5c 100644
--- a/src/pokedex.c
+++ b/src/pokedex.c
@@ -3201,8 +3201,8 @@ static void Task_InitCryScreenMultistep(u8 taskId)
{
struct CryScreenWindow waveformWindow;
- waveformWindow.unk0 = 0x4020;
- waveformWindow.unk2 = 0x1F;
+ waveformWindow.charBase = 0x4020;
+ waveformWindow.screenBase = 0x1F;
waveformWindow.paletteNo = 8;
waveformWindow.yPos = 0x1E;
waveformWindow.xPos = 0xC;
@@ -3217,8 +3217,8 @@ static void Task_InitCryScreenMultistep(u8 taskId)
{
struct CryScreenWindow sp10;
- sp10.unk0 = 0x3000;
- sp10.unk2 = 0xE;
+ sp10.charBase = 0x3000;
+ sp10.screenBase = 0xE;
sp10.paletteNo = 9;
sp10.xPos = 0x12;
sp10.yPos = 3;