mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 23:20:49 -05:00
20 lines
706 B
C
20 lines
706 B
C
#ifndef POKEPLATINUM_UNK_0202CC64_H
|
|
#define POKEPLATINUM_UNK_0202CC64_H
|
|
|
|
#include "struct_defs/chatot_cry.h"
|
|
|
|
#include "savedata.h"
|
|
|
|
int ChatotCry_SaveSize(void);
|
|
void ChatotCry_Init(ChatotCry *param0);
|
|
ChatotCry *ChatotCry_New(int heapID);
|
|
ChatotCry *SaveData_GetChatotCry(SaveData *saveData);
|
|
BOOL IsChatotCryDataValid(const ChatotCry *param0);
|
|
void ResetChatotCryDataStatus(ChatotCry *param0);
|
|
const void *GetChatotCryAudioBuffer(const ChatotCry *param0);
|
|
void ProcessChatotCryAudioData(s8 *param0, const s8 *param1);
|
|
void StoreProcessedAudioInChatotCryData(ChatotCry *param0, const s8 *param1);
|
|
void CopyChatotCryData(ChatotCry *param0, const ChatotCry *param1);
|
|
|
|
#endif // POKEPLATINUM_UNK_0202CC64_H
|