From f029db52f59614e22a7a2d70eb3da46094bf47f1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 25 Jun 2021 13:16:36 -0400 Subject: Document pokedex_cry_screen.c --- src/pokedex.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/pokedex.c') 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; -- cgit v1.2.3