summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-25 10:32:24 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-25 10:32:24 -0400
commitb10a1ff4f80c5416d853f32913d5ceae2e920418 (patch)
treec7c9ebf195d67036fda717522157f28d74165448 /include
parentaca61198745358f770dc0afd4e4bca6f4898fcf0 (diff)
More pokedex doccing
Diffstat (limited to 'include')
-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 ee586a092..8e64bde8a 100644
--- a/include/pokedex_cry_screen.h
+++ b/include/pokedex_cry_screen.h
@@ -1,7 +1,7 @@
#ifndef GUARD_POKEDEX_CRY_SCREEN_H
#define GUARD_POKEDEX_CRY_SCREEN_H
-struct CryRelatedStruct
+struct CryScreenWindow
{
u16 unk0;
u8 unk2;
@@ -10,10 +10,10 @@ struct CryRelatedStruct
u8 yPos;
};
-u8 ShowPokedexCryScreen(struct CryRelatedStruct *, u8);
-u8 sub_8119E3C(struct CryRelatedStruct *, u8);
-void sub_8119F88(u8 a);
-void sub_811A050(u16 species);
+u8 ShowPokedexCryScreen(struct CryScreenWindow *, u8);
+u8 LoadCryWaveformWindow(struct CryScreenWindow *, u8);
+void UpdateCryWaveformWindow(u8 a);
+void CryScreenPlayButton(u16 species);
void DestroyCryMeterNeedleSprite();
#endif // GUARD_POKEDEX_CRY_SCREEN_H