summaryrefslogtreecommitdiff
path: root/include/pokedex_cry_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pokedex_cry_screen.h')
-rw-r--r--include/pokedex_cry_screen.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/pokedex_cry_screen.h b/include/pokedex_cry_screen.h
index 8e64bde8a..d2134eb51 100644
--- a/include/pokedex_cry_screen.h
+++ b/include/pokedex_cry_screen.h
@@ -3,16 +3,16 @@
struct CryScreenWindow
{
- u16 unk0;
- u8 unk2;
+ u16 charBase;
+ u8 screenBase;
u8 paletteNo;
u8 xPos;
u8 yPos;
};
-u8 ShowPokedexCryScreen(struct CryScreenWindow *, u8);
-u8 LoadCryWaveformWindow(struct CryScreenWindow *, u8);
-void UpdateCryWaveformWindow(u8 a);
+bool8 ShowPokedexCryScreen(struct CryScreenWindow * cry, u8 arg1);
+bool8 LoadCryWaveformWindow(struct CryScreenWindow * cry, u8 bgId);
+void UpdateCryWaveformWindow(u8 bgId);
void CryScreenPlayButton(u16 species);
void DestroyCryMeterNeedleSprite();