summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-10 14:02:03 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-03-10 14:02:03 -0400
commita495379ff06f8976cc51b2d6f31a3b4277469537 (patch)
tree30d59033a9720420675ee8e0431e94dbf00c20ed /include
parent31b0cbe9b40d84798e5f3ee2f77f3cdc3543c5c5 (diff)
Document pokedex cry screen
Diffstat (limited to 'include')
-rwxr-xr-xinclude/pokedex_cry_screen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pokedex_cry_screen.h b/include/pokedex_cry_screen.h
index db995624c..4d2043292 100755
--- 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; // Assigned to val that's never read
u8 unk2; // Never read
@@ -12,10 +12,10 @@ struct CryRelatedStruct
extern u8 gDexCryScreenState;
-bool8 LoadCryWaveformWindow(struct CryRelatedStruct*, u8);
+bool8 LoadCryWaveformWindow(struct CryScreenWindow*, u8);
void UpdateCryWaveformWindow(u8);
void CryScreenPlayButton(u16);
-bool8 LoadCryMeter(struct CryRelatedStruct*, u8);
+bool8 LoadCryMeter(struct CryScreenWindow*, u8);
void FreeCryScreen(void);
#endif