diff options
Diffstat (limited to 'include/pokedex_cry_screen.h')
-rwxr-xr-x | include/pokedex_cry_screen.h | 6 |
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 |